| Kernel v2.6.3-rc3 /Makefile |
|---|
 2.6.3-rc3
 Makefile
diff -Nru a/Makefile b/Makefile
--- a/Makefile Sat Feb 14 18:46:06 2004
+++ b/Makefile Sat Feb 14 18:46:06 2004
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
-SUBLEVEL = 2
-EXTRAVERSION =
+SUBLEVEL = 3
+EXTRAVERSION =-rc3
NAME=Feisty Dunnart
# *DOCUMENTATION*
@@ -830,7 +830,7 @@
cmd_cscope-file = $(all-sources) > cscope.files
quiet_cmd_cscope = MAKE cscope.out
- cmd_cscope = cscope -k -b
+ cmd_cscope = cscope -k -b -q
cscope: FORCE
$(call cmd,cscope-file)
|