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

Collapse All | Expand All

(-)eclass/kernel-2.eclass.orig (-1 / +6 lines)
Lines 326-331 Link Here
326
	env_setup_xmakeopts
326
	env_setup_xmakeopts
327
327
328
	cd "${S}"
328
	cd "${S}"
329
	
330
	# since KBUILD_OUTPUT should only be used on the active kernel
331
	# sources, we should unset it here.
332
	[[ -n "${KBUILD_OUTPUT}" ]] && unset KBUILD_OUTPUT
333
	
329
	# this file is required for other things to build properly, so we
334
	# this file is required for other things to build properly, so we
330
	# autogenerate it ... touch .config to keep version.h build from
335
	# autogenerate it ... touch .config to keep version.h build from
331
	# spitting out an annoying warning
336
	# spitting out an annoying warning
Lines 419-425 Link Here
419
424
420
compile_manpages() {
425
compile_manpages() {
421
	einfo "Making manpages ..."
426
	einfo "Making manpages ..."
422
	env -u ARCH make mandocs
427
	env -u ARCH -u KBUILD_OUTPUT make mandocs
423
}
428
}
424
429
425
# install functions
430
# install functions

Return to bug 113614