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

Collapse All | Expand All

(-)a/gen_configkernel.sh (-2 / +1 lines)
Lines 68-74 config_kernel() { Link Here
68
	if isTrue "${OLDCONFIG}"
68
	if isTrue "${OLDCONFIG}"
69
	then
69
	then
70
		print_info 1 '        >> Running oldconfig...'
70
		print_info 1 '        >> Running oldconfig...'
71
		yes '' 2>/dev/null | compile_generic oldconfig kernel 2>/dev/null
71
		compile_generic oldconfig kernel
72
	else
72
	else
73
		print_info 1 "kernel: --oldconfig is disabled; not running 'make oldconfig'."
73
		print_info 1 "kernel: --oldconfig is disabled; not running 'make oldconfig'."
74
	fi
74
	fi
75
- 

Return to bug 435358