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

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

Advertisement

Kernel v2.3.10 /Makefile

Filename:/Makefile
Lines Added:2
Lines Deleted:4
Also changed in: (Previous) 2.3.9  2.3.8  2.3.7  2.3.6  2.3.5  2.3.4 
(Following) 2.3.11  2.3.12  2.3.13  2.3.14  2.3.15  2.3.16 

Location
[  2.3.10
   o  Makefile

Patch

diff -u --recursive --new-file v2.3.9/linux/Makefile linux/Makefile
--- v2.3.9/linux/Makefile   Wed Jun 30 13:38:18 1999
+++ linux/Makefile   Thu Jul  1 10:54:31 1999
@@ -1,6 +1,6 @@
 VERSION = 2
 PATCHLEVEL = 3
-SUBLEVEL = 9
+SUBLEVEL = 10
 EXTRAVERSION =
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
@@ -351,8 +351,7 @@
 
 clean:   archclean
    rm -f kernel/ksyms.lst include/linux/compile.h
-   rm -f core `find . -name '*.[oas]' ! -regex '.*lxdialog/.*' \
-      ! -regex '.*ksymoops/.*' -print`
+   rm -f core `find . -name '*.[oas]' ! -regex '.*lxdialog/.*' -print`
    rm -f core `find . -type f -name 'core' -print`
    rm -f core `find . -name '.*.flags' -print`
    rm -f vmlinux System.map
@@ -376,7 +375,6 @@
    rm -f .version .config* config.in config.old
    rm -f scripts/tkparse scripts/kconfig.tk scripts/kconfig.tmp
    rm -f scripts/lxdialog/*.o scripts/lxdialog/lxdialog
-   rm -f scripts/ksymoops/*.o scripts/ksymoops/ksymoops
    rm -f .menuconfig.log
    rm -f include/asm
    rm -rf include/config


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