From owner-svn-src-head@FreeBSD.ORG Tue Nov 18 17:06:45 2014 Return-Path: Delivered-To: svn-src-head@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 DEEBFF72; Tue, 18 Nov 2014 17:06:45 +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 B2A436AB; Tue, 18 Nov 2014 17:06:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAIH6jIp051947; Tue, 18 Nov 2014 17:06:45 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAIH6iLX051943; Tue, 18 Nov 2014 17:06:44 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201411181706.sAIH6iLX051943@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Tue, 18 Nov 2014 17:06:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274662 - in head: share/mk tools/build/options X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 17:06:46 -0000 Author: imp Date: Tue Nov 18 17:06:44 2014 New Revision: 274662 URL: https://svnweb.freebsd.org/changeset/base/274662 Log: Acutally, replaces NO_INCS with WITHOUT_INCLUDES and make WITHOUT_TOOLCHAIN imply it instead. Sponsored by: Netflix Added: head/tools/build/options/WITHOUT_INCLUDES (contents, props changed) Modified: head/share/mk/bsd.incs.mk head/share/mk/bsd.opts.mk head/share/mk/src.opts.mk Modified: head/share/mk/bsd.incs.mk ============================================================================== --- head/share/mk/bsd.incs.mk Tue Nov 18 17:06:40 2014 (r274661) +++ head/share/mk/bsd.incs.mk Tue Nov 18 17:06:44 2014 (r274662) @@ -4,7 +4,7 @@ .error bsd.incs.mk cannot be included directly. .endif -.if ${MK_TOOLCHAIN} != "no" +.if ${MK_INCLUDES} != "no" INCSGROUPS?= INCS Modified: head/share/mk/bsd.opts.mk ============================================================================== --- head/share/mk/bsd.opts.mk Tue Nov 18 17:06:40 2014 (r274661) +++ head/share/mk/bsd.opts.mk Tue Nov 18 17:06:44 2014 (r274662) @@ -51,6 +51,7 @@ ____: __DEFAULT_YES_OPTIONS = \ ASSERT_DEBUG \ DOCCOMPRESS \ + INCLUDES \ INSTALLLIB \ KERBEROS \ MAN \ Modified: head/share/mk/src.opts.mk ============================================================================== --- head/share/mk/src.opts.mk Tue Nov 18 17:06:40 2014 (r274661) +++ head/share/mk/src.opts.mk Tue Nov 18 17:06:44 2014 (r274662) @@ -306,6 +306,7 @@ MK_BINUTILS:= no MK_CLANG:= no MK_GCC:= no MK_GDB:= no +MK_INCLUDES:= no .endif .if ${MK_CLANG} == "no" Added: head/tools/build/options/WITHOUT_INCLUDES ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/tools/build/options/WITHOUT_INCLUDES Tue Nov 18 17:06:44 2014 (r274662) @@ -0,0 +1,8 @@ +.\" $FreeBSD$ +Set to not install header files. +This option used to be spelled +.Va NO_INCS . +.Bf -symbolic +The option does not work for build targets. +.Ef +