Home | History | Annotate | Download | only in misc

Lines Matching refs:tune2fs

29 SPROGS=		mke2fs badblocks tune2fs dumpe2fs $(BLKID_PROG) logsave \
32 SMANPAGES= tune2fs.8 mklost+found.8 mke2fs.8 dumpe2fs.8 badblocks.8 \
43 TUNE2FS_OBJS= tune2fs.o util.o
60 PROFILED_TUNE2FS_OBJS= profiled/tune2fs.o profiled/util.o
79 SRCS= $(srcdir)/tune2fs.c $(srcdir)/mklost+found.c $(srcdir)/mke2fs.c \
109 @PROFILE_CMT@all:: tune2fs.profiled blkid.profiled e2image.profiled \
156 tune2fs: $(TUNE2FS_OBJS) $(DEPLIBS) $(DEPLIBS_E2P) $(DEPLIBBLKID) \
159 $(Q) $(CC) $(ALL_LDFLAGS) -o tune2fs $(TUNE2FS_OBJS) $(LIBS) \
163 tune2fs.static: $(TUNE2FS_OBJS) $(STATIC_DEPLIBS) $(STATIC_LIBE2P) $(DEPSTATIC_LIBBLKID)
165 $(Q) $(CC) $(LDFLAGS_STATIC) -o tune2fs.static $(TUNE2FS_OBJS) \
169 tune2fs.profiled: $(TUNE2FS_OBJS) $(PROFILED_DEPLIBS) \
173 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o tune2fs.profiled \
343 tune2fs.8: $(DEP_SUBSTITUTE) $(srcdir)/tune2fs.8.in
345 $(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/tune2fs.8.in tune2fs.8
454 $(LN) $(LINK_INSTALL_FLAGS) tune2fs e2label)
458 $(LN) $(LINK_INSTALL_FLAGS) tune2fs $(FINDFS_LINK)); \
591 uuidd e2image tune2fs.static tst_ismounted fsck.profiled \
592 blkid.profiled tune2fs.profiled e2image.profiled \
607 tune2fs.o: $(srcdir)/tune2fs.c $(top_builddir)/lib/config.h \