From 6492b1e5f25c68b3c164376c0f7b94874b491c80 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 2 Jun 2008 15:57:45 +0200 Subject: [PATCH 1/1] Makefile update Signed-off-by: Jens Axboe --- Makefile | 2 +- Makefile.FreeBSD | 2 +- Makefile.solaris | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.25.1