From 913c39a0fd30ff0b8a1a51fd8349ba3f30016380 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 12 Feb 2007 19:50:08 +0000 Subject: [PATCH] Added a note about the MAKEOPTS option to genkernel as suggested in bug #165980. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@484 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- ChangeLog | 4 ++++ genkernel.conf | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 776a7d2..8650ef5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 12 Feb 2007; Chris Gianelloni genkernel.conf: + Added a note about the MAKEOPTS option to genkernel as suggested in bug + #165980. + 12 Feb 2007; Chris Gianelloni genkernel.8: Added patch from Mike Frysinger to clean up the genkernel man page for bug #166179. diff --git a/genkernel.conf b/genkernel.conf index b4b9834..13787b4 100755 --- a/genkernel.conf +++ b/genkernel.conf @@ -36,6 +36,12 @@ USECOLOR="yes" # Clear build cache dir # CLEAR_CACHE_DIR="yes" +# Genkernel uses an independent configuration for MAKEOPTS, and does not source +# /etc/make.conf . You can override the default setting by uncommenting and +# tweaking the following line. Default setting is set up by +# ${GK_SHARE}/${ARCH_OVERRIDE}/config.sh . The recommended value for -j +# argument is: *+1 +# MAKEOPTS="-j2" # =========GENKERNEL LOCATION CONFIGURATION============ # Variables: -- 2.26.2