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 |