diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-03-30 13:46:25 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-03-30 13:46:25 +0000 |
commit | 5ada871a22b539f08157b9068bf3a12da7cf3604 (patch) | |
tree | 28fd317860d6a829c934a9f4e2a57ef768195937 | |
parent | a8de1993bf8fa6a31fd04c207018d3528de8a5c9 (diff) |
document ECHO_REORDER
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 18847b48499..ee0cbb4b0a0 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.190 2007/02/06 19:01:24 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.191 2007/03/30 13:46:24 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -877,6 +877,14 @@ Used to display .Sq ===> Configuring for foo and similar informative messages. Override to turn off, for instance. +.It Ev ECHO_REORDER +User settings. +Set it to +.Sq echo +to see +.Ev REORDER_DEPENDENCIES +actions. +Silent by default. .It Ev ERRORS List of errors found while parsing the port's Makefile. Display the errors before making any target, and if any error starts with |