From owner-freebsd-current@FreeBSD.ORG Thu Nov 21 08:45:07 2013 Return-Path: Delivered-To: freebsd-current@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 ESMTPS id 406FFA5E; Thu, 21 Nov 2013 08:45:07 +0000 (UTC) Received: from gromit.grondar.org (grandfather.grondar.org [IPv6:2a01:348:0:15:5d59:5c20:0:2]) (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 09EF6210F; Thu, 21 Nov 2013 08:45:07 +0000 (UTC) Received: from [2001:470:9174:1:905e:886e:eefc:105a] by gromit.grondar.org with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VjPsl-000Kak-8F; Thu, 21 Nov 2013 08:45:04 +0000 Content-Type: multipart/signed; boundary="Apple-Mail=_63CA50BB-349E-4E8B-8295-A3BFFDDA07B3"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) Subject: Duplicated WITH_*/WITHOUT_* options From: Mark Robert Vaughan Murray In-Reply-To: <35.00.29861.FA61C825@cdptpa-oedge02> Date: Thu, 21 Nov 2013 08:44:56 +0000 Message-Id: References: <20131119162205.GW1643@glenbarber.us> <20131119231325.GA1527@glenbarber.us> <35.00.29861.FA61C825@cdptpa-oedge02> To: FreeBSD CURRENT X-Mailer: Apple Mail (2.1822) X-SA-Score: -0.2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Nov 2013 08:45:07 -0000 --Apple-Mail=_63CA50BB-349E-4E8B-8295-A3BFFDDA07B3 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Hi I noticed we have some duplicated WITH_*/WITHOUT_* options; presumably = this is an oversight? [graveyard] /usr/src/tools/build/options 08:37 am # for i in WITH_* ; do = if [ -e WITHOUT_${i##WITH_} ] ; then echo WITHOUT_${i##WITH_} ${i} ; fi; = done WITHOUT_CLANG WITH_CLANG WITHOUT_CLANG_FULL WITH_CLANG_FULL WITHOUT_CLANG_IS_CC WITH_CLANG_IS_CC WITHOUT_FDT WITH_FDT WITHOUT_GCC WITH_GCC WITHOUT_GNUCXX WITH_GNUCXX WITHOUT_LIBCPLUSPLUS WITH_LIBCPLUSPLUS WITHOUT_NAND WITH_NAND WITHOUT_TESTS WITH_TESTS As its not all that obvious which one =93wins=94, can this be cleaned = up? I don=92t mind doing the work if there is a somewhat foolproof way = of doing so. M --=20 Mark R V Murray --Apple-Mail=_63CA50BB-349E-4E8B-8295-A3BFFDDA07B3 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: GPGTools - http://gpgtools.org iQCVAwUBUo3IDd58vKOKE6LNAQqibAQApZT0INNnfnNC0YvRJhU6GvBG5RNXgAFP Fowx3lXWhTsPLn17EsJpV2OD5ozraUx70IwPFO7Kvlaz1G0JbFkXVuhohZr0blEa SAtzezE7S39SWUd58KDBorYzUywq3NDiaMjPE6/W7ulgA2jst1RCu/DsXro8mU/s aLypM9ITauE= =UMIV -----END PGP SIGNATURE----- --Apple-Mail=_63CA50BB-349E-4E8B-8295-A3BFFDDA07B3--