From 9f3580937c8044c753c9a7e31b1aeb71123eebd7 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Sat, 17 Nov 2007 02:47:22 +0000 Subject: [PATCH] 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 --- ChangeLog | 3 +++ gen_compile.sh | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) 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" -- 2.26.2