Author: waldi Date: Tue Dec 4 14:11:47 2007 New Revision: 9873 Log: debian/patches/debian/kernelvariables.patch: Add documentation.
Modified: dists/trunk/linux-2.6/debian/patches/debian/kernelvariables.patch Modified: dists/trunk/linux-2.6/debian/patches/debian/kernelvariables.patch ============================================================================== --- dists/trunk/linux-2.6/debian/patches/debian/kernelvariables.patch (original) +++ dists/trunk/linux-2.6/debian/patches/debian/kernelvariables.patch Tue Dec 4 14:11:47 2007 @@ -1,8 +1,10 @@ -diff --git a/Makefile b/Makefile -index 7f96930..d3d474b 100644 +Postpone architecture dependant definitions. +Makes it possible to overwrite arch, compiler and things like cflags in one +place. + --- a/Makefile +++ b/Makefile -@@ -193,18 +193,6 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \ +@@ -193,18 +193,6 @@ ARCH ?= $(SUBARCH) CROSS_COMPILE ?= @@ -21,7 +23,7 @@ KCONFIG_CONFIG ?= .config # SHELL used by kbuild -@@ -340,6 +326,20 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ +@@ -340,6 +326,20 @@ KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null) KERNELVERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION) _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

