aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index b1887d6..5d1ccc3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-#$Id: Makefile,v 1.32 2004/06/12 10:59:59 jal2 Exp $
+#$Id: Makefile,v 1.33 2004/06/13 22:03:08 jal2 Exp $
-VERSION = 0.12beta13
+VERSION = 0.12beta14
CC=gcc
@@ -94,11 +94,6 @@ TAR = tar
all: $(MODULES)
-TAGS:
- rm -f TAGS
-# find $(KERNEL_SRC)/ -name '*.[ch]' | xargs etags --append
- etags --append $(SRCS) $(HDRS)
-
install:
mkdir -p $(MODULE_DIR)
for f in $(MODULES); do install -m 644 -o 0 -g 0 $$f $(MODULE_DIR)/$$f; done
@@ -122,6 +117,10 @@ uninstall:
endif
+TAGS:
+ rm -f TAGS
+ etags --append $(SRCS) $(HDRS)
+
clean:
rm -f core *.o *~ a.out *.d
rm -f *.ko *.mod.c .*.cmd