aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gaffney <agaffney@gentoo.org>2007-11-17 02:47:22 +0000
committerAndrew Gaffney <agaffney@gentoo.org>2007-11-17 02:47:22 +0000
commit9f3580937c8044c753c9a7e31b1aeb71123eebd7 (patch)
treee858f7b5a24b4f14c4d2765690acf890818a2d10 /gen_compile.sh
parentMy original sed of LVM2->LVM caught a few too many things. Thanks to Robin J... (diff)
downloadgenkernel-9f3580937c8044c753c9a7e31b1aeb71123eebd7.tar.gz
genkernel-9f3580937c8044c753c9a7e31b1aeb71123eebd7.tar.bz2
genkernel-9f3580937c8044c753c9a7e31b1aeb71123eebd7.zip
Force dmraid to be built with -j1 for bug #188273
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@562 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'gen_compile.sh')
-rw-r--r--gen_compile.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/gen_compile.sh b/gen_compile.sh
index 809679b..ab45d1a 100644
--- a/gen_compile.sh
+++ b/gen_compile.sh
@@ -544,7 +544,8 @@ compile_dmraid() {
###echo "DMRAIDLIBS += -lselinux -lsepol" >> tools/Makefile
mkdir -p "${TEMP}/dmraid"
print_info 1 'dmraid: >> Compiling...'
- compile_generic '' utils
+ # Force dmraid to be built with -j1 for bug #188273
+ MAKEOPTS=-j1 compile_generic '' utils
#compile_generic 'install' utils
mkdir ${TEMP}/dmraid/sbin
install -m 0755 -s tools/dmraid "${TEMP}/dmraid/sbin/dmraid"