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

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

Advertisement

Kernel v2.6.26.7 /Makefile

Filename:/Makefile
Lines Added:3
Lines Deleted:2
Also changed in: (Previous) 2.6.26.7-rc1  2.6.26.6  2.6.26.5  2.6.26.4  2.6.26.4-rc1  2.6.26.3 
(Following) 2.6.26.8-rc1  2.6.26.8  2.6.27.3  2.6.27-git11  2.6.27.4-rc1  2.6.27.4-rc2 

Location
[  2.6.26.7
   o  Makefile

Patch

diff --git a/Makefile b/Makefile
index e3c5eb6..ac8e8a1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 26
-EXTRAVERSION =
+EXTRAVERSION = .7
 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.