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

Collapse All | Expand All

(-)kernel-2.eclass?revision=1.240 (-2 / +2 lines)
Lines 460-470 Link Here
460
	if [[ ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} < 2.6.27 ]]
460
	if [[ ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} < 2.6.27 ]]
461
	then
461
	then
462
		sed -i \
462
		sed -i \
463
			-e 's|TOUT	:= .tmp_gas_check|TOUT	:= $(T).tmp_gas_check|' \
463
			-e 's|TOUT	:= .tmp_gas_check|TOUT	:= $(T)/.tmp_gas_check|' \
464
			"${S}"/arch/ppc/Makefile
464
			"${S}"/arch/ppc/Makefile
465
	else
465
	else
466
		sed -i \
466
		sed -i \
467
			-e 's|TOUT	:= .tmp_gas_check|TOUT	:= $(T).tmp_gas_check|' \
467
			-e 's|TOUT	:= .tmp_gas_check|TOUT	:= $(T)/.tmp_gas_check|' \
468
			"${S}"/arch/powerpc/Makefile
468
			"${S}"/arch/powerpc/Makefile
469
	fi
469
	fi
470
}
470
}

Return to bug 336732