Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (db90b6e06de6ac22ae68c63a0f6df0c8fe124211)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (db90b6e06de6ac22ae68c63a0f6df0c8fe124211)
  • Date: Tue, 10 Jan 2012 13:43:18 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

kernels/linux/HISTORY | 4 ++++
kernels/linux/INSTALL | 1 +
2 files changed, 5 insertions(+)

New commits:
commit db90b6e06de6ac22ae68c63a0f6df0c8fe124211
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

linux: Fails to install with multiple make jobs
Since 3.0 series seems to semi-regularly fail to install with multiple
make jobs

diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index af42796..c40ef9b 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,7 @@
+2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Since 3.0 series seems to semi-regularly fail to install
+ with multiple make jobs.
+
2012-01-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* latest.defaults: LATEST_3=3.2,
LATEST_maintenance_patches_3=patch-3.2
* info/kernels/3.2: added
diff --git a/kernels/linux/INSTALL b/kernels/linux/INSTALL
index 0b0a291..3aa5978 100755
--- a/kernels/linux/INSTALL
+++ b/kernels/linux/INSTALL
@@ -1,3 +1,4 @@
+make_single &&
cd ${LINUX_SOURCE_DIRECTORY} &&
# make the append
mkdir -p ${INSTALL_ROOT}/boot &&



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (db90b6e06de6ac22ae68c63a0f6df0c8fe124211), Eric Sandall, 01/10/2012

Archive powered by MHonArc 2.6.24.

Top of Page