diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-05-01 10:30:42 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-05-01 10:30:42 +0000 |
commit | de9dcb9448daa76b4ceaa1abaaed7dd2b5ec30b5 (patch) | |
tree | 429edc63e5f2891b6c05fd146f4942d3bee0305a | |
parent | 9b24321b70f95431c300217ac11a99c51c803a37 (diff) |
document STARTAFTER
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 7 | ||||
-rw-r--r-- | share/man/man7/ports.7 | 11 |
2 files changed, 14 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 56adf0783b5..d133d9ae37f 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.243 2010/04/08 16:59:49 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.244 2010/05/01 10:30:41 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 8 2010 $ +.Dd $Mdocdate: May 1 2010 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1731,6 +1731,9 @@ if port can only be built on architectures with shared libraries. .It Ev SKIPDIR See .Xr ports 7 . +.It Ev STARTAFTER +See +.Xr ports 7 . .It Ev STARTDIR See .Xr ports 7 . diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 3402e64ccb3..1d8a8a84d74 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.79 2009/10/11 21:07:06 steven Exp $ +.\" $OpenBSD: ports.7,v 1.80 2010/05/01 10:30:41 espie Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: October 11 2009 $ +.Dd $Mdocdate: May 1 2010 $ .Dt PORTS 7 .Os .Sh NAME @@ -168,6 +168,13 @@ The recursion will skip all directories up to that package path. This can be used to resume a full build at some specific point without having to go through thousands of directories first. .Pp +The variable +.Ev STARTAFTER +can hold the path to a starting directory. +The recursion will skip all directories up to and including that package path. +This can be used to resume a full build after some specific point without having +to go through thousands of directories first. +.Pp In case of failure in a subdirectory, the shell fragment held in .Ev REPORT_PROBLEM is executed. |