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

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

Advertisement

Kernel v2.6.25.19 /Makefile

Filename:/Makefile
Lines Added:3
Lines Deleted:2
Also changed in: (Previous) 2.6.25.19-rc1  2.6.25.18  2.6.25.17  2.6.25.17-rc1  2.6.25.16  2.6.25.16-rc1 
(Following) 2.6.25.20-rc1  2.6.25.20  2.6.26.7  2.6.26.8-rc1  2.6.26.8  2.6.27.3 

Location
[  2.6.25.19
   o  Makefile

Patch

diff --git a/Makefile b/Makefile
index 39516bf..71e9d1a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 25
-EXTRAVERSION =
+EXTRAVERSION = .19
 NAME = Funky Weasel is Jiggy wit it
 
 # *DOCUMENTATION*
@@ -1126,7 +1126,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.