Home | History | Annotate | Download | only in misc

Lines Matching refs:root_sysconfdir

390 	$(E) "	MKINSTALLDIRS $(sbindir) $(root_sbindir) $(bindir) $(man1dir) $(man8dir) $(libdir) $(root_sysconfdir)"
395 $(DESTDIR)$(libdir) $(DESTDIR)/$(root_sysconfdir)
454 $(Q) if test -f $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; then \
455 if cmp -s $(DESTDIR)$(root_sysconfdir)/mke2fs.conf \
459 if grep -q ext4dev $(DESTDIR)$(root_sysconfdir)/mke2fs.conf ; then \
460 echo " INSTALL_DATA $(root_sysconfdir)/mke2fs.conf.e2fsprogs-new"; \
462 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-new; \
463 echo "Warning: installing mke2fs.conf in $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-new"; \
464 echo "Check to see if you need to update your $(root_sysconfdir)/mke2fs.conf"; \
466 echo " INSTALL_DATA $(root_sysconfdir)/mke2fs.conf"; \
467 mv $(DESTDIR)$(root_sysconfdir)/mke2fs.conf \
468 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-old; \
470 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
472 echo "$(DESTDIR)$(root_sysconfdir
478 echo " INSTALL_DATA $(root_sysconfdir)/mke2fs.conf"; \
480 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
526 if cmp -s $(srcdir)/mke2fs.conf $(DESTDIR)/$(root_sysconfdir)/mke2fs.conf; then \
527 $(RM) $(DESTDIR)/$(root_sysconfdir)/mke2fs.conf; \