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

Collapse All | Expand All

(-)a/eclass/linux-info.eclass (-2 / +2 lines)
Lines 204-212 getfilevar() { Link Here
204
		unset ARCH
204
		unset ARCH
205
205
206
		# We use nonfatal because we want the caller to take care of things #373151
206
		# We use nonfatal because we want the caller to take care of things #373151
207
		# Pass need-config= to make to avoid config check in kernel Makefile.
207
		[[ ${EAPI:-0} == [0123] ]] && nonfatal() { "$@"; }
208
		[[ ${EAPI:-0} == [0123] ]] && nonfatal() { "$@"; }
208
		echo -e "e:\\n\\t@echo \$(${1})\\ninclude ${basefname}" | \
209
		echo -e "e:\\n\\t@echo \$(${1})\\ninclude ${basefname}" | \
209
			nonfatal emake -C "${basedname}" M="${T}" ${BUILD_FIXES} -s -f - 2>/dev/null
210
			nonfatal emake -C "${basedname}" M="${T}" need-config= ${BUILD_FIXES} -s -f - 2>/dev/null
210
211
211
		ARCH=${myARCH}
212
		ARCH=${myARCH}
212
	fi
213
	fi
213
- 

Return to bug 811726