[Frugalware-git] frugalware-current: kernel-2.6.35-3-x86_64

Miklos Vajna vmiklos at frugalware.org
Tue Sep 21 17:39:52 CEST 2010


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2458964a077da4d9402cfcf7ae09d9dad8b5265d

commit 2458964a077da4d9402cfcf7ae09d9dad8b5265d
Author: Miklos Vajna <vmiklos at frugalware.org>
Date:   Tue Sep 21 17:38:44 2010 +0200

kernel-2.6.35-3-x86_64

- bump to patchlevel '.5'
- unset MAKEFLAGS after build (and before installation), should fix
build with make -j4

diff --git a/source/base/kernel/FrugalBuild b/source/base/kernel/FrugalBuild
index 11f4daa..4046447 100644
--- a/source/base/kernel/FrugalBuild
+++ b/source/base/kernel/FrugalBuild
@@ -5,7 +5,7 @@ USE_DEVEL=${USE_DEVEL:-"n"}

if Fuse $USE_DEVEL; then
# example for a tagged rc release: 2.6.32.rc5
-	# example for a random snapshot, based on git describe output: 2.6.32.rc5.81.g964fe08
+	# example for a random snapshot (based on git describe output): 2.6.32.rc5.81.g964fe08
pkgver=2.6.32.rc5
pkgrel=1
_F_scm_type="git"
diff --git a/source/include/kernel-version.sh b/source/include/kernel-version.sh
index ac71629..605d8bc 100644
--- a/source/include/kernel-version.sh
+++ b/source/include/kernel-version.sh
@@ -16,8 +16,8 @@
# * _F_kernelver_stable: the number of the -stable patch to use (if any)
###
_F_kernelver_ver=2.6.35
-_F_kernelver_rel=2
-_F_kernelver_stable=4
+_F_kernelver_rel=3
+_F_kernelver_stable=5

###
# == APPENDED VALUES
diff --git a/source/include/kernel.sh b/source/include/kernel.sh
index 6caf672..51e07a2 100644
--- a/source/include/kernel.sh
+++ b/source/include/kernel.sh
@@ -284,6 +284,7 @@ Fbuildkernel()
fi
fi
Fmkdir /lib/modules
+	unset MAKEFLAGS
make INSTALL_MOD_PATH=$Fdestdir modules_install || Fdie
# dump symol versions so that later builds will have dependencies and
# modversions


More information about the Frugalware-git mailing list