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

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

Advertisement

Kernel v2.6.25-rc6-git8 /Makefile

Filename:/Makefile
Lines Added:2
Lines Deleted:2
Also changed in: (Previous) 2.6.25-rc6-git7  2.6.25-rc6-git6  2.6.25-rc6-git5  2.6.25-rc6-git4  2.6.25-rc6-git3  2.6.25-rc6-git2 
(Following) 2.6.25-rc7  2.6.25-rc7-git1  2.6.25-rc7-git2  2.6.25-rc7-git3  2.6.25-rc7-git4  2.6.25-rc7-git5 

Location
[  2.6.25-rc6-git8
   o  Makefile

Patch

diff --git a/Makefile b/Makefile
index 7a4d34b..ca18515 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 6
 SUBLEVEL = 25
-EXTRAVERSION = -rc6
+EXTRAVERSION = -rc6-git8
 NAME = Funky Weasel is Jiggy wit it
 
 # *DOCUMENTATION*
@@ -189,7 +189,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
 # Alternatively CROSS_COMPILE can be set in the environment.
 # Default value for CROSS_COMPILE is not to prefix executables
 # Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
-
+export KBUILD_BUILDHOST := $(SUBARCH)
 ARCH      ?= $(SUBARCH)
 CROSS_COMPILE   ?=
 


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