Skip to Content.
Sympa Menu

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

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 (45314a80a690af19245503d8a37ffffdec440f5a)
  • Date: Sun, 15 Jun 2008 23:54:04 -0500

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

kernels/module-init-tools/HISTORY | 4 ++++
kernels/module-init-tools/INSTALL | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

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

module-init-tools: Fails install with multiple make jobs

diff --git a/kernels/module-init-tools/HISTORY
b/kernels/module-init-tools/HISTORY
index 9ecd17b..51814fe 100644
--- a/kernels/module-init-tools/HISTORY
+++ b/kernels/module-init-tools/HISTORY
@@ -1,3 +1,6 @@
+2008-06-16 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Fails installing with multiple make jobs
+
2008-02-06 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: removed mktemp (deprecated), is a part
of coreutils now (which included in basesystem)
@@ -276,3 +279,4 @@

2003-04-10 Eric Schabell <eschabell AT sourcemage.org>
* Created spell.
+
diff --git a/kernels/module-init-tools/INSTALL
b/kernels/module-init-tools/INSTALL
index 15c90fd..a191ce5 100755
--- a/kernels/module-init-tools/INSTALL
+++ b/kernels/module-init-tools/INSTALL
@@ -1,5 +1,5 @@
+make_single &&
mkdir -p "$INSTALL_ROOT/lib/modules" &&
-make_normal &&

if [[ $OLD_TOO == y ]]
then



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (45314a80a690af19245503d8a37ffffdec440f5a), Eric Sandall, 06/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page