git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@562
67a159dc-881f-0410-a524-
ba9dfbe2cb84
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $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:
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
###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"