Lines Matching refs:root_sysconfdir
537 $(DESTDIR)$(libdir) $(DESTDIR)/$(root_sysconfdir)
603 $(Q) if test -f $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; then \
604 if cmp -s $(DESTDIR)$(root_sysconfdir)/mke2fs.conf \
608 if grep -q ext4dev $(DESTDIR)$(root_sysconfdir)/mke2fs.conf ; then \
611 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-new; \
616 mv $(DESTDIR)$(root_sysconfdir)/mke2fs.conf \
617 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-old; \
619 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
629 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
681 if cmp -s mke2fs.conf $(DESTDIR)/$(root_sysconfdir)/mke2fs.conf; then \
682 $(RM) $(DESTDIR)/$(root_sysconfdir)/mke2fs.conf; \