Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.26.1-rc1 /Makefile

Filename:/Makefile
Lines Added:3
Lines Deleted:2
Also changed in: (Previous) 2.6.26-git18  2.6.26-git17  2.6.26-git16  2.6.26-git15  2.6.26-git14  2.6.26-git13 
(Following) 2.6.26.1  2.6.26.2-rc1  2.6.26.2  2.6.26.3-rc1  2.6.26.3  2.6.26.4-rc1 

Location
[  2.6.26.1-rc1
   o  Makefile

Patch

diff --git a/Makefile b/Makefile
index e3c5eb6..c536d7b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 26
-EXTRAVERSION =
+EXTRAVERSION = .1-rc1
 NAME = Rotary Wombat
 
 # *DOCUMENTATION*
@@ -1133,7 +1133,8 @@ clean: archclean $(clean-dirs)
    @find . $(RCS_FIND_IGNORE) \
       \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
       -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \
-      -o -name '*.symtypes' -o -name 'modules.order' \) \
+      -o -name '*.symtypes' -o -name 'modules.order' \
+      -o -name 'Module.markers' \) \
       -type f -print | xargs rm -f
 
 # mrproper - Delete all generated files, including .config


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.