Duplicated WITH_*/WITHOUT_* options

From: Mark Robert Vaughan Murray <markm_at_FreeBSD.org>
Date: Thu, 21 Nov 2013 08:44:56 +0000
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 “wins”, can this be cleaned up? I don’t mind doing the work if there is a somewhat foolproof way of doing so.

M
-- 
Mark R V Murray


Received on Thu Nov 21 2013 - 07:45:07 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:44 UTC