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

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

Advertisement

Kernel v2.2.19 /Makefile

Filename:/Makefile
Lines Added:3
Lines Deleted:3
Also changed in: (Previous) 2.2.19pre18  2.2.19pre17  2.2.19pre16  2.2.19pre15  2.2.19-pre14  2.2.19pre13 
(Following) 2.2.20pre1  2.2.20pre2  2.2.20pre3  2.2.20pre4  2.2.20pre5  2.2.20pre6 

Location
[  2.2.19
   o  Makefile

Patch

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/Makefile linux/Makefile
--- v2.2.18/Makefile   Sun Mar 25 11:28:16 2001
+++ linux/Makefile   Sun Mar 25 11:39:55 2001
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 2
-SUBLEVEL = 18
-EXTRAVERSION =
+SUBLEVEL = 19
+EXTRAVERSION = 
 
 ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/)
 
@@ -25,7 +25,7 @@
 #
 #   foo-bar-gcc for cross builds
 #   gcc272 for Debian's old compiler for kernels
-#   kgcc for Conectiva and Red Hat 7
+#   kgcc for Conectiva, Mandrake and Red Hat 7
 #   otherwise 'cc'
 #
 CC   =$(shell if [ -n "$(CROSS_COMPILE)" ]; then echo $(CROSS_COMPILE)gcc; else \


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