Home | History | Annotate | Download | only in misc

Lines Matching refs:mke2fs

20 SPROGS=		mke2fs badblocks tune2fs dumpe2fs blkid logsave \
23 SMANPAGES= tune2fs.8 mklost+found.8 mke2fs.8 dumpe2fs.8 badblocks.8 \
26 FMANPAGES= mke2fs.conf.5
35 MKE2FS_OBJS= mke2fs.o util.o profile.o prof_err.o default_profile.o
49 SRCS= $(srcdir)/tune2fs.c $(srcdir)/mklost+found.c $(srcdir)/mke2fs.c \
81 default_profile.c: $(srcdir)/mke2fs.conf $(srcdir)/profile-to-c.awk
82 @echo " PROFILE_TO_C mke2fs.conf"
83 $(AWK) -f $(srcdir)/profile-to-c.awk < $(srcdir)/mke2fs.conf \
128 mke2fs: $(MKE2FS_OBJS) $(DEPLIBS) $(LIBE2P) $(DEPLIBUUID) $(DEPLIBS_BLKID)
130 @$(CC) $(ALL_LDFLAGS) -o mke2fs $(MKE2FS_OBJS) $(LIBS) $(LIBS_BLKID) \
133 mke2fs.static: $(MKE2FS_OBJS) $(STATIC_DEPLIBS) $(STATIC_LIBE2P) $(DEPSTATIC_LIBUUID) $(DEPSTATIC_LIBBLKID)
135 @$(CC) $(ALL_LDFLAGS) -static -o mke2fs.static $(MKE2FS_OBJS) \
188 mke2fs.8: $(DEP_SUBSTITUTE) $(srcdir)/mke2fs.8.in
190 @$(SUBSTITUTE_UPTIME) $(srcdir)/mke2fs.8.in mke2fs.8
192 mke2fs.conf.5: $(DEP_SUBSTITUTE) $(srcdir)/mke2fs.conf.5.in
194 @$(SUBSTITUTE_UPTIME) $(srcdir)/mke2fs.conf.5.in mke2fs.conf.5
270 @$(LN) -f $(DESTDIR)$(root_sbindir)/mke2fs \
273 @$(LN) -f $(DESTDIR)$(root_sbindir)/mke2fs \
299 @$(LN) -f $(DESTDIR)$(man8dir)/mke2fs.8 \
302 @$(LN) -f $(DESTDIR)$(man8dir)/mke2fs.8 \
318 @if ! test -f $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; then \
319 echo " INSTALL_DATA $(root_sysconfdir)/mke2fs.conf"; \
320 $(INSTALL_DATA) $(srcdir)/mke2fs.conf \
321 $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
366 if cmp -s $(srcdir)/mke2fs.conf $(DESTDIR)/$(root_sysconfdir)/mke2fs.conf; then \
367 $(RM) $(DESTDIR)/$(root_sysconfdir)/mke2fs.conf; \
373 base_device base_device.out mke2fs.static filefrag \
400 mke2fs.o: $(srcdir)/mke2fs.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \