From: Jens Axboe Date: Mon, 2 Jun 2008 13:57:45 +0000 (+0200) Subject: Makefile update X-Git-Tag: fio-1.21-rc7~3 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=6492b1e5f25c68b3c164376c0f7b94874b491c80;hp=8e55e8c8bcb1a0068609df61047b7a1c3bba10f9 Makefile update Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index b7a25f51..cd061adb 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ $(PROGS): depend all: depend $(PROGS) $(SCRIPTS) clean: - -rm -f *.o .depend cscope.out $(PROGS) engines/*.o crc/*.o core.* core + -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core cscope: @cscope -b diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index bf78471d..10594313 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -60,7 +60,7 @@ engines/null.o: engines/null.c $(CC) -o $*.o -c $(CFLAGS) $< clean: - -rm -f *.o .depend cscope.out $(PROGS) engines/*.o crc/*.o lib/*.o core.* core + -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core depend: @$(CC) -MM $(ALL_CFLAGS) *.c engines/*.c crc/*.c 1> .depend diff --git a/Makefile.solaris b/Makefile.solaris index f7235dbb..fd1029bc 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -35,7 +35,7 @@ fio: $(OBJS) all: $(PROGS) $(SCRIPTS) clean: - -rm -f *.o .depend cscope.out $(PROGS) engines/*.o crc/*.o lib/*.o core.* core + -rm -f .depend cscope.out $(OBJS) $(PROGS) core.* core cscope: @cscope -b