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 (+9 lines)
Lines 78-83 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 any adjustments."
83
			ewarn "Commands for this task:"
84
			ewarn "  ebuild \"${0}\" unpack"
85
			ewarn "  cd \"${S}\""
86
			ewarn "  yes '' | make oldconfig"
87
			ewarn "  diff \"${configfile}\" .config"
88
			ewarn ""
89
			yes '' | \
81
			make oldconfig > /dev/null
90
			make oldconfig > /dev/null
82
			return 0
91
			return 0
83
		fi
92
		fi

Return to bug 131210