[SM-Commit] GIT changes to master grimoire by Eric Sandall (45314a80a690af19245503d8a37ffffdec440f5a)
Eric Sandall
scm at sourcemage.org
Mon Jun 16 00:54:04 EDT 2008
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
More information about the SM-Commit
mailing list