From: Andrew Gaffney Date: Sat, 17 Nov 2007 02:47:22 +0000 (+0000) Subject: Force dmraid to be built with -j1 for bug #188273 X-Git-Tag: v3.4.10.902~190 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9f3580937c8044c753c9a7e31b1aeb71123eebd7;p=genkernel.git 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 --- diff --git a/ChangeLog b/ChangeLog index 8d4090e..cce3e28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Nov 2007; Andrew Gaffney gen_compile.sh: + Force dmraid to be built with -j1 for bug #188273 + 16 Nov 2007; Chris Gianelloni genkernel.conf: My original sed of LVM2->LVM caught a few too many things. Thanks to Robin Johnson for pointing them out and providing the fix in 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"