From owner-svn-doc-head@freebsd.org Tue Aug 18 09:35:16 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 692259BC847; Tue, 18 Aug 2015 09:35:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.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 3FD98B0; Tue, 18 Aug 2015 09:35:16 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7I9ZGwA038915; Tue, 18 Aug 2015 09:35:16 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7I9ZG7w038914; Tue, 18 Aug 2015 09:35:16 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201508180935.t7I9ZG7w038914@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 18 Aug 2015 09:35:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47256 - head/en_US.ISO8859-1/books/porters-handbook/makefiles X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2015 09:35:16 -0000 Author: mat Date: Tue Aug 18 09:35:15 2015 New Revision: 47256 URL: https://svnweb.freebsd.org/changeset/doc/47256 Log: Add a few options targets helpers to catch up with recent work, and try to keep them in the order they're run. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue Aug 18 08:34:07 2015 (r47255) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Tue Aug 18 09:35:15 2015 (r47256) @@ -4707,6 +4707,10 @@ USES+= gmake + do-fetch + + + post-fetch @@ -4715,6 +4719,10 @@ USES+= gmake + do-extract + + + post-extract @@ -4723,6 +4731,10 @@ USES+= gmake + do-patch + + + post-patch @@ -4731,6 +4743,10 @@ USES+= gmake + do-configure + + + post-configure @@ -4739,6 +4755,10 @@ USES+= gmake + do-build + + + post-build @@ -4747,23 +4767,27 @@ USES+= gmake + do-install + + + post-install - pre-package + post-stage - post-package + pre-package - pre-stage + do-package - post-stage + post-package