From owner-freebsd-bugs@FreeBSD.ORG Wed Nov 24 00:36:52 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D81E91065679; Wed, 24 Nov 2010 00:36:52 +0000 (UTC) (envelope-from arundel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C7D008FC13; Wed, 24 Nov 2010 00:36:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAO0aqbe026219; Wed, 24 Nov 2010 00:36:52 GMT (envelope-from arundel@freefall.freebsd.org) Received: (from arundel@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAO0aqFh026215; Wed, 24 Nov 2010 00:36:52 GMT (envelope-from arundel) Date: Wed, 24 Nov 2010 00:36:52 GMT Message-Id: <201011240036.oAO0aqFh026215@freefall.freebsd.org> To: gergely.czuczy@harmless.hu, arundel@FreeBSD.org, freebsd-bugs@FreeBSD.org From: arundel@FreeBSD.org Cc: Subject: Re: misc/145261: [build] 8.0-R source doesn't respect WITHOUT_TOOLCHAIN as src.conf(5) says X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2010 00:36:52 -0000 Synopsis: [build] 8.0-R source doesn't respect WITHOUT_TOOLCHAIN as src.conf(5) says State-Changed-From-To: open->feedback State-Changed-By: arundel State-Changed-When: Wed Nov 24 00:35:16 UTC 2010 State-Changed-Why: Which tools are included exactly which you think shouldn't be? usr.bin/Makefile defines the following: .if ${MK_TOOLCHAIN} != "no" SUBDIR+= ar SUBDIR+= c89 SUBDIR+= c99 SUBDIR+= compile_et SUBDIR+= ctags SUBDIR+= file2c SUBDIR+= gprof SUBDIR+= indent SUBDIR+= lex SUBDIR+= mkstr SUBDIR+= rpcgen SUBDIR+= unifdef SUBDIR+= xlint SUBDIR+= xstr # XXX maybe under textproc? SUBDIR+= vgrind SUBDIR+= yacc .endif ...so these shouldn't be included. http://www.freebsd.org/cgi/query-pr.cgi?pr=145261