Home | History | Annotate | Download | only in misc

Lines Matching refs:tune2fs

26 SPROGS=		mke2fs badblocks tune2fs dumpe2fs $(BLKID_PROG) logsave \
29 SMANPAGES= tune2fs.8 mklost+found.8 mke2fs.8 dumpe2fs.8 badblocks.8 \
39 TUNE2FS_OBJS= tune2fs.o util.o
55 PROFILED_TUNE2FS_OBJS= profiled/tune2fs.o profiled/util.o
75 SRCS= $(srcdir)/tune2fs.c $(srcdir)/mklost+found.c $(srcdir)/mke2fs.c \
104 @PROFILE_CMT@all:: tune2fs.profiled blkid.profiled e2image.profiled \
140 tune2fs: $(TUNE2FS_OBJS) $(DEPLIBS) $(DEPLIBS_E2P) $(DEPLIBBLKID) \
143 $(Q) $(CC) $(ALL_LDFLAGS) -o tune2fs $(TUNE2FS_OBJS) $(LIBS) \
146 tune2fs.static: $(TUNE2FS_OBJS) $(STATIC_DEPLIBS) $(STATIC_LIBE2P) $(DEPSTATIC_LIBBLKID)
148 $(Q) $(CC) $(LDFLAGS_STATIC) -o tune2fs.static $(TUNE2FS_OBJS) \
152 tune2fs.profiled: $(PROFILED_TUNE2FS_OBJS) $(PROFILED_DEPLIBS) \
155 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o tune2fs.profiled \
309 tune2fs.8: $(DEP_SUBSTITUTE) $(srcdir)/tune2fs.8.in
311 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/tune2fs.8.in tune2fs.8
419 $(Q) $(LN) -f $(DESTDIR)$(root_sbindir)/tune2fs \
423 $(LN) -f $(DESTDIR)$(root_sbindir)/tune2fs \
550 uuidd e2image tune2fs.static tst_ismounted fsck.profiled \
551 blkid.profiled tune2fs.profiled e2image.profiled \
566 tune2fs.o: $(srcdir)/tune2fs.c $(top_srcdir)/lib/ext2fs/ext2_fs.h \