# Distributed under the GPL v2
# $Id$
+ 25 Oct 2011; Fabio Erculiani <lxnay@gentoo.org> gen_compile.sh:
+ fix random build failures during e2fsprogs, force -j1
+
08 Oct 2011; Fabio Erculiani <lxnay@gentoo.org> defaults/initrd.defaults,
defaults/initrd.scripts, defaults/linuxrc:
Do not hardcode /mnt/cdrom path across the whole code, use CDROOT_PATH
LDFLAGS=-static ./configure >> ${LOGFILE} 2>&1 ||
gen_die 'Configuring e2fsprogs failed!'
print_info 1 'e2fsprogs: >> Compiling...'
- MAKE=${UTILS_MAKE} compile_generic "" ""
+ MAKE=${UTILS_MAKE} MAKEOPTS="${MAKEOPTS} -j1" compile_generic "" ""
print_info 1 'blkid: >> Copying to cache...'
[ -f "${TEMP}/${E2FSPROGS_DIR}/misc/blkid" ] ||
gen_die 'Blkid executable does not exist!'