svn commit: r280771 - head/share/mk

Warner Losh imp at FreeBSD.org
Fri Mar 27 21:47:16 UTC 2015


Author: imp
Date: Fri Mar 27 21:47:15 2015
New Revision: 280771
URL: https://svnweb.freebsd.org/changeset/base/280771

Log:
  Revert the __ALWAYS_NO stuff. It had already been committed as BROKEN.

Modified:
  head/share/mk/bsd.mkopt.mk

Modified: head/share/mk/bsd.mkopt.mk
==============================================================================
--- head/share/mk/bsd.mkopt.mk	Fri Mar 27 19:42:38 2015	(r280770)
+++ head/share/mk/bsd.mkopt.mk	Fri Mar 27 21:47:15 2015	(r280771)
@@ -67,15 +67,6 @@ MK_${var}:=	no
 # MK_* options which are always no, usually because they are
 # unsupported/badly broken on this architecture.
 #
-.for var in ${__ALWAYS_NO_OPTIONS}
-MK_${var}:=	no
-.endfor
-.undef __ALWAYS_NO_OPTIONS
-
-#
-# MK_* options which are always no, usually because they are
-# unsupported/badly broken on this architecture.
-#
 .for var in ${BROKEN_OPTIONS}
 MK_${var}:=	no
 .endfor


More information about the svn-src-all mailing list