Lines Matching refs:conf
43 FMANPAGES= mke2fs.conf.5 ext4.5
145 mke2fs.conf: $(srcdir)/mke2fs.conf.in
146 if test -f $(srcdir)/mke2fs.conf.custom.in ; then \
147 cp $(srcdir)/mke2fs.conf.custom.in mke2fs.conf; \
149 cp $(srcdir)/mke2fs.conf.in mke2fs.conf; \
152 default_profile.c: mke2fs.conf $(srcdir)/profile-to-c.awk
153 $(E) " PROFILE_TO_C mke2fs.conf"
154 $(Q) $(AWK) -f $(srcdir)/profile-to-c.awk < mke2fs.conf \
426 mke2fs.conf.5: $(DEP_SUBSTITUTE) $(srcdir)/mke2fs.conf.5.in
428 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/mke2fs.conf.5.in mke2fs.conf.5
580 $(Q) if test -f $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; then \
581 if cmp -s $(DESTDIR)$(root_sysconfdir)/mke2fs.conf \
582 mke2fs.conf; then \
585 if grep -q ext4dev $(DESTDIR)$(root_sysconfdir)/mke2fs.conf ; then \
586 $(ES) " INSTALL_DATA $(root_sysconfdir)/mke2fs.conf.e2fsprogs-new"; \
587 $(INSTALL_DATA) mke2fs.conf \
588 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-new; \
589 echo "Warning: installing mke2fs.conf in $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-new"; \
590 echo "Check to see if you need to update your $(root_sysconfdir)/mke2fs.conf"; \
592 $(ES) " INSTALL_DATA $(root_sysconfdir)/mke2fs.conf"; \
593 mv $(DESTDIR)$(root_sysconfdir)/mke2fs.conf \
594 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-old; \
595 $(INSTALL_DATA) mke2fs.conf \
596 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
597 echo "Your mke2fs.conf is too old. Backing up old version in"; \
598 echo "$(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-old. Please check to see"; \
604 $(ES) " INSTALL_DATA $(root_sysconfdir)/mke2fs.conf"; \
605 $(INSTALL_DATA) mke2fs.conf \
606 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
661 if cmp -s mke2fs.conf $(DESTDIR)/$(root_sysconfdir)/mke2fs.conf; then \
662 $(RM) $(DESTDIR)/$(root_sysconfdir)/mke2fs.conf; \
674 uuidd.profiled e2image.profiled e2fuzz mke2fs.conf \