From owner-svn-src-all@FreeBSD.ORG Fri Mar 27 21:47:16 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3548BA7D; Fri, 27 Mar 2015 21:47:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2015BBF1; Fri, 27 Mar 2015 21:47:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2RLlFWu095232; Fri, 27 Mar 2015 21:47:15 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2RLlFiN095231; Fri, 27 Mar 2015 21:47:15 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201503272147.t2RLlFiN095231@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Fri, 27 Mar 2015 21:47:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r280771 - head/share/mk X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 21:47:16 -0000 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