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
cleanup-cruft
Andrew Gaffney 17 years ago
parent ed0fccb682
commit 9f3580937c

@ -2,6 +2,9 @@
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $ # $Header: $
17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
Force dmraid to be built with -j1 for bug #188273
16 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf: 16 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
My original sed of LVM2->LVM caught a few too many things. Thanks to Robin My original sed of LVM2->LVM caught a few too many things. Thanks to Robin
Johnson <robbat2@gentoo.org> for pointing them out and providing the fix in Johnson <robbat2@gentoo.org> for pointing them out and providing the fix in

@ -544,7 +544,8 @@ compile_dmraid() {
###echo "DMRAIDLIBS += -lselinux -lsepol" >> tools/Makefile ###echo "DMRAIDLIBS += -lselinux -lsepol" >> tools/Makefile
mkdir -p "${TEMP}/dmraid" mkdir -p "${TEMP}/dmraid"
print_info 1 'dmraid: >> Compiling...' 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 #compile_generic 'install' utils
mkdir ${TEMP}/dmraid/sbin mkdir ${TEMP}/dmraid/sbin
install -m 0755 -s tools/dmraid "${TEMP}/dmraid/sbin/dmraid" install -m 0755 -s tools/dmraid "${TEMP}/dmraid/sbin/dmraid"

Loading…
Cancel
Save