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

Collapse All | Expand All

(-)/usr/portage/sys-apps/busybox/busybox-1.1.2.ebuild (-1 / +11 lines)
Lines 78-85 Link Here
78
		done
78
		done
79
		if [[ -r ${S}/.config ]] ; then
79
		if [[ -r ${S}/.config ]] ; then
80
			einfo "Found your ${configfile} and using it."
80
			einfo "Found your ${configfile} and using it."
81
			ewarn ""
82
			ewarn "You should check if \"${configfile}\" needs"
83
			ewarn "any adjustments to suit Your needs. You can do this using"
84
			ewarn ""
85
			ewarn "  ebuild \"${EBUILD}\" unpack"
86
			ewarn "  cd \"${S}\""
87
			ewarn "  yes '' | make oldconfig"
88
			ewarn "  diff \"${configfile}\" .config"
89
			ewarn ""
90
			yes '' | \
81
			make oldconfig > /dev/null
91
			make oldconfig > /dev/null
82
			return 0
92
			return $?
83
		fi
93
		fi
84
	fi
94
	fi
85
	if use netboot ; then
95
	if use netboot ; then

Return to bug 131210