From owner-freebsd-bugs@FreeBSD.ORG Wed Aug 7 16:50:00 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E9270CE9 for ; Wed, 7 Aug 2013 16:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFAF927FF for ; Wed, 7 Aug 2013 16:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r77Go0aB017349 for ; Wed, 7 Aug 2013 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r77Go0nG017348; Wed, 7 Aug 2013 16:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 7 Aug 2013 16:50:00 GMT Resent-Message-Id: <201308071650.r77Go0nG017348@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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D3C54C93 for ; Wed, 7 Aug 2013 16:45:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C09F227DE for ; Wed, 7 Aug 2013 16:45:02 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r77Gj284026704 for ; Wed, 7 Aug 2013 16:45:02 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r77Gj2Du026703; Wed, 7 Aug 2013 16:45:02 GMT (envelope-from nobody) Message-Id: <201308071645.r77Gj2Du026703@oldred.freebsd.org> Date: Wed, 7 Aug 2013 16:45:02 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: conf/181116: CURRENT build always uses bmake, even though WITHOUT_BMAKE is specified 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: Wed, 07 Aug 2013 16:50:01 -0000 >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 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: