Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27948 - MAKEOPTS from /etc/make.conf ignored
Summary: MAKEOPTS from /etc/make.conf ignored
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
: 27949 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-09-04 12:26 UTC by Tom Warren
Modified: 2004-03-08 07:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Warren 2003-09-04 12:26:59 UTC
Looking at the source of genkernel it doesn't even look in /etc/make.conf to set the MAKEOPTS 
varible. Would it be possible to have it pick up this if it set in /etc/make.conf? (for use with distcc) 

Reproducible: Always
Steps to Reproduce:
view source 
Actual Results:  
make -j2 

Expected Results:  
make -j6
Comment 1 SpanKY gentoo-dev 2003-09-04 12:28:59 UTC
*** Bug 27949 has been marked as a duplicate of this bug. ***
Comment 2 Daniel Robbins (RETIRED) gentoo-dev 2003-09-04 14:31:04 UTC
This should be possible in 1.7+. Accepting this bug.
Comment 3 Daniel Robbins (RETIRED) gentoo-dev 2003-09-09 22:39:16 UTC
genkernel 1.7 will not auto-detect # of CPUs and use MAKEOPTS from Portage instead. Closing bug, since I just added this to my working copy.
Comment 4 Mike Morris 2004-03-08 07:46:11 UTC
Can someone please reopen this one (regression?) as I don't seem to have access to do so:

CMD_DEBUGLEVEL: 4
GenKernel v3.0.1
* ARCH: x86
* KERNEL VER: 2.4.25_pre7-gss-r2
* kernel: configuring source
* kernel: running mrproper
COMMAND: make -j2 mrproper

From /etc/make.conf:

MAKEOPTS="-j1"