Home | History | Annotate | Download | only in misc

Lines Matching refs:root_sysconfdir

432 	$(E) "	MKINSTALLDIRS $(sbindir) $(root_sbindir) $(bindir) $(man1dir) $(man8dir) $(libdir) $(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 \
507 $(ES) " INSTALL_DATA $(root_sysconfdir)/mke2fs.conf.e2fsprogs-new"; \
509 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-new; \
510 echo "Warning: installing mke2fs.conf in $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-new"; \
511 echo "Check to see if you need to update your $(root_sysconfdir)/mke2fs.conf"; \
513 $(ES) " INSTALL_DATA $(root_sysconfdir)/mke2fs.conf"; \
514 mv $(DESTDIR)$(root_sysconfdir)/mke2fs.conf \
515 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-old; \
517 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
519 echo "$(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-old. Please check to see"; \
525 $(ES) " INSTALL_DATA $(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; \