From owner-freebsd-bugs@FreeBSD.ORG Wed Aug 7 18:30:01 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 5B0F4FBB for ; Wed, 7 Aug 2013 18:30:01 +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 4813E2EE2 for ; Wed, 7 Aug 2013 18:30:01 +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 r77IU17i037555 for ; Wed, 7 Aug 2013 18:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r77IU0HY037554; Wed, 7 Aug 2013 18:30:00 GMT (envelope-from gnats) Date: Wed, 7 Aug 2013 18:30:00 GMT Message-Id: <201308071830.r77IU0HY037554@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Simon J. Gerraty" Subject: Re: 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 Reply-To: "Simon J. Gerraty" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Aug 2013 18:30:01 -0000 The following reply was made to PR conf/181116; it has been noted by GNATS. From: "Simon J. Gerraty" To: Garrett Cooper Cc: "FreeBSD-gnats-submit@FreeBSD.org" , "freebsd-bugs@FreeBSD.org" Subject: Re: conf/181116: CURRENT build always uses bmake, even though WITHOUT_BMAKE is specified Date: Wed, 7 Aug 2013 10:54:51 -0700 Also the synopsis is somewhat missleading. It only doesn't work when WITHOUT_BMAKE is specified in src.conf which src/Makefile does not honor - so would apply to any WITH[OUT]_ knob. But the larger question is why you are wanting to use fmake Thanks --sjg