conf/181116: CURRENT build always uses bmake, even though WITHOUT_BMAKE is specified

Garrett Cooper yaneurabeya at gmail.com
Wed Aug 7 16:50:01 UTC 2013


>Number:         181116
>Category:       conf
>Synopsis:       CURRENT build always uses bmake, even though WITHOUT_BMAKE is specified
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 07 16:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Garrett Cooper
>Release:        10-CURRENT
>Organization:
EMC Isilon
>Environment:
FreeBSD fuji-current.local 10.0-CURRENT FreeBSD 10.0-CURRENT #3 r+b278358-dirty: Sun Jun  9 16:05:39 PDT 2013     root at fuji-current.local:/usr/obj/usr/src/sys/FUJI-NOCOMPAT  i386
>Description:
/etc/src.conf has WITHOUT_BMAKE specified, but the build isn't honoring it:

root at fuji-current:/usr/src # make -VWANT_MAKE
bmake
root at fuji-current:/usr/src # grep BMAKE /etc/src.conf 
WITHOUT_BMAKE=
root at fuji-current:/usr/src # make -VWANT_MAKE -DWITHOUT_BMAKE
fmake

commit 234508f586dc6e64c1ecee945d0fee8ce138ee66
Merge: 58b160f 3a26c75
Author: Garrett Cooper <yanegomi at gmail.com>
Date:   Wed Aug 7 09:15:20 2013 -0700

    Merge branch 'master' of github.com:yaneurabeya/freebsd

This logic needs to be fixed so it honors /etc/src.conf properly.
>How-To-Repeat:
cd /usr/src
echo WITHOUT_BMAKE= >> /etc/src.conf
[ "$(make -VWANT_MAKE)" != bmake ]
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list