From owner-freebsd-bugs@FreeBSD.ORG Thu Dec 20 02:00:01 2012 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 503CCC49 for ; Thu, 20 Dec 2012 02:00:01 +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 330F48FC0C for ; Thu, 20 Dec 2012 02:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBK201bA026203 for ; Thu, 20 Dec 2012 02:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBK2012G026198; Thu, 20 Dec 2012 02:00:01 GMT (envelope-from gnats) Date: Thu, 20 Dec 2012 02:00:01 GMT Message-Id: <201212200200.qBK2012G026198@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Hein Subject: Re: misc/172873: [build] WITH_CTF=1 in /etc/src.conf makes make buildworld bomb out with "/usr/src/share/mk/bsd.own.mk", line 477: WITH_CTF and WITHOUT_CTF can't both be set. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: John Hein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 02:00:01 -0000 The following reply was made to PR misc/172873; it has been noted by GNATS. From: John Hein To: bug-followup@FreeBSD.org, Trond.Endrestol@ximalas.info, fjoe@FreeBSD.org, brooks@FreeBSD.org Cc: Subject: Re: misc/172873: [build] WITH_CTF=1 in /etc/src.conf makes make buildworld bomb out with "/usr/src/share/mk/bsd.own.mk", line 477: WITH_CTF and WITHOUT_CTF can't both be set. Date: Wed, 19 Dec 2012 18:58:02 -0700 I still get this error on 8.x after r241969 when doing 'make buildkernel WITH_CTF=1'. It works if you have WITH_CTF=1 in /etc/src.conf, but not on the command line. .undef doesn't work with command line make args.