Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 82846 | Differences between
and this patch

Collapse All | Expand All

(-)gen_compile.sh (-1 / +1 lines)
Lines 196-202 Link Here
196
	if [ "${VER}" -eq '2' -a "${PAT}" -le '4' ]
196
	if [ "${VER}" -eq '2' -a "${PAT}" -le '4' ]
197
	then
197
	then
198
		MAKEOPTS_SAVE="${MAKEOPTS}"
198
		MAKEOPTS_SAVE="${MAKEOPTS}"
199
	  	MAKEOPTS="${MAKEOPTS_SAVE/-j?/j0}"
199
		MAKEOPTS='-j1'
200
	fi
200
	fi
201
	[ "${INSTALL_MOD_PATH}" != '' ] && export INSTALL_MOD_PATH
201
	[ "${INSTALL_MOD_PATH}" != '' ] && export INSTALL_MOD_PATH
202
	compile_generic "modules_install" kernel
202
	compile_generic "modules_install" kernel

Return to bug 82846