Lines Matching refs:conf
36 FMANPAGES= mke2fs.conf.5 ext4.5
126 mke2fs.conf: $(srcdir)/mke2fs.conf.in
127 if test -f $(srcdir)/mke2fs.conf.custom.in ; then \
128 cp $(srcdir)/mke2fs.conf.custom.in mke2fs.conf; \
130 cp $(srcdir)/mke2fs.conf.in mke2fs.conf; \
133 default_profile.c: mke2fs.conf $(srcdir)/profile-to-c.awk
134 $(E) " PROFILE_TO_C mke2fs.conf"
135 $(Q) $(AWK) -f $(srcdir)/profile-to-c.awk < mke2fs.conf \
355 mke2fs.conf.5: $(DEP_SUBSTITUTE) $(srcdir)/mke2fs.conf.5.in
357 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/mke2fs.conf.5.in mke2fs.conf.5
501 $(Q) if test -f $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; then \
502 if cmp -s $(DESTDIR)$(root_sysconfdir)/mke2fs.conf \
503 mke2fs.conf; then \
506 if grep -q ext4dev $(DESTDIR)$(root_sysconfdir)/mke2fs.conf ; then \
507 $(ES) " INSTALL_DATA $(root_sysconfdir)/mke2fs.conf.e2fsprogs-new"; \
508 $(INSTALL_DATA) mke2fs.conf \
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; \
516 $(INSTALL_DATA) mke2fs.conf \
517 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
518 echo "Your mke2fs.conf is too old. Backing up old version in"; \
519 echo "$(DESTDIR)$(root_sysconfdir)/mke2fs.conf.e2fsprogs-old. Please check to see"; \
525 $(ES) " INSTALL_DATA $(root_sysconfdir)/mke2fs.conf"; \
526 $(INSTALL_DATA) 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; \
595 uuidd.profiled e2image.profiled mke2fs.conf \