commit: 9fd158f30aa39cc74883ab7951a78e857eddd217 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Mar 26 06:09:26 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Mar 26 08:04:04 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=9fd158f3
genkernel.conf: Clearify CLEAN configuration option Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> genkernel.conf | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/genkernel.conf b/genkernel.conf index 74e4b04..3504b26 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -25,15 +25,14 @@ # Run 'make xconfig' before compiling this kernel #XCONFIG="no" -# Run 'make clean' before compilation -# If set to NO, implies MRPROPER WILL NOT be run -# Also, if clean is NO, it won't copy over any configuration -# file, it will use what's there. -#CLEAN="yes" - -# Run 'make mrproper' before configuration/compilation +# Run 'make mrproper' before compiling this kernel #MRPROPER="yes" +# Run 'make clean' before compiling this kernel +# Only needed if MRPROPER is set to NO because +# MRPROPER implies 'make clean'. +#CLEAN="yes" + # Override the arch detection #ARCH_OVERRIDE="x86"
