Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2013 04:11:50 GMT
From:      Garrett Cooper <yaneurabeya@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/177845: WITH_BMAKE does not work on CURRENT
Message-ID:  <201304140411.r3E4BohN072758@red.freebsd.org>
Resent-Message-ID: <201304140420.r3E4K09H063280@freefall.freebsd.org>

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

>Number:         177845
>Category:       conf
>Synopsis:       WITH_BMAKE does not work on CURRENT
>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:   Sun Apr 14 04:20: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 #2 r+83c6938-dirty: Sat Apr 13 18:55:03 PDT 2013     root@fuji-current.local:/usr/obj/usr/src/sys/FUJI  i386
>Description:
I have several systems where I have WITH_BMAKE= set in src.conf, and unfortunately this no longer works in later revisions; I have to compile usr.bin/make as make and call it instead of usr.bin/bmake, as make errors out now, with the following message:

--- buildworld ---
make: illegal option -- J
usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable]
        [-d flags] [-E variable] [-f makefile] [-I directory]
        [-j max_jobs] [-m directory] [-V variable]
        [variable=value] [target ...]
*** [buildworld] Error code 2

make: stopped in /usr/src
1 error

make: stopped in /usr/src

This is because -J is not supported in "usr.bin/make", but is passed on with "usr.bin/bmake".
>How-To-Repeat:
(cd usr.bin/bmake; make obj depend all install) && make buildworld -DWITH_BMAKE
>Fix:


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



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