Lines Matching refs:root_sysconfdir
437 $(DESTDIR)$(libdir) $(DESTDIR)/$(root_sysconfdir)
501 $(Q) if test -f $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; then \
502 if cmp -s $(DESTDIR)$(root_sysconfdir)/mke2fs.conf \
506 if grep -q ext4dev $(DESTDIR)$(root_sysconfdir)/mke2fs.conf ; then \
509 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-new; \
514 mv $(DESTDIR)$(root_sysconfdir)/mke2fs.conf \
515 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-old; \
517 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
527 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
582 if cmp -s mke2fs.conf $(DESTDIR)/$(root_sysconfdir)/mke2fs.conf; then \
583 $(RM) $(DESTDIR)/$(root_sysconfdir)/mke2fs.conf; \