From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 14 04:20:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E2EACBC6 for ; Sun, 14 Apr 2013 04:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A537685 for ; Sun, 14 Apr 2013 04:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3E4K0V3063281 for ; Sun, 14 Apr 2013 04:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3E4K09H063280; Sun, 14 Apr 2013 04:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 14 Apr 2013 04:20:00 GMT Resent-Message-Id: <201304140420.r3E4K09H063280@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 133F6B84 for ; Sun, 14 Apr 2013 04:11:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id F0C8E1FFD for ; Sun, 14 Apr 2013 04:11:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r3E4BoWI072761 for ; Sun, 14 Apr 2013 04:11:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r3E4BohN072758; Sun, 14 Apr 2013 04:11:50 GMT (envelope-from nobody) Message-Id: <201304140411.r3E4BohN072758@red.freebsd.org> Date: Sun, 14 Apr 2013 04:11:50 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: conf/177845: WITH_BMAKE does not work on CURRENT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Apr 2013 04:20:01 -0000 >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: