Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Aug 2013 16:45:02 GMT
From:      Garrett Cooper <yaneurabeya@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/181116: CURRENT build always uses bmake, even though WITHOUT_BMAKE is specified
Message-ID:  <201308071645.r77Gj2Du026703@oldred.freebsd.org>
Resent-Message-ID: <201308071650.r77Go0nG017348@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@fuji-current:/usr/src # make -VWANT_MAKE
bmake
root@fuji-current:/usr/src # grep BMAKE /etc/src.conf 
WITHOUT_BMAKE=
root@fuji-current:/usr/src # make -VWANT_MAKE -DWITHOUT_BMAKE
fmake

commit 234508f586dc6e64c1ecee945d0fee8ce138ee66
Merge: 58b160f 3a26c75
Author: Garrett Cooper <yanegomi@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308071645.r77Gj2Du026703>