Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 37300
Collapse All | Expand All

(-)/usr/share/genkernel/gen_configkernel.sh (-6 / +6 lines)
Lines 41-56 Link Here
41
		print_info 1 "kernel: running oldconfig"
41
		print_info 1 "kernel: running oldconfig"
42
		yes "" | compile_generic "oldconfig" kernel
42
		yes "" | compile_generic "oldconfig" kernel
43
43
44
		if isTrue ${MENUCONFIG}
45
		then
46
			print_info 1 "kernel: running menuconfig"
47
			make menuconfig
48
		fi
49
50
		print_info 1 "kernel: running clean"
44
		print_info 1 "kernel: running clean"
51
		compile_generic "clean" kernel
45
		compile_generic "clean" kernel
52
	else
46
	else
53
		print_info 1 "kernel: skipping copy of config. CLEAN is OFF"
47
		print_info 1 "kernel: skipping copy of config. CLEAN is OFF"
54
	fi
48
	fi
55
49
50
	if isTrue ${MENUCONFIG}
51
	then
52
		print_info 1 "kernel: running menuconfig"
53
		make menuconfig
54
	fi
55
56
}
56
}

Return to bug 37300