diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2019-07-01 06:47:36 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2019-07-01 06:47:36 +0000 |
commit | a790f6192f4648094ff1620d534aadb6cff9e90a (patch) | |
tree | 11a4a620111234e67e92b77ec5c0180650081282 /share/man | |
parent | 34d775761e9226e5713496052dbf0ab7a9f9f401 (diff) |
document retest / clean=test
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index d105adc3c17..5fb5d2f8fbf 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.514 2019/06/08 02:22:07 lteo Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.515 2019/07/01 06:47:35 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: June 8 2019 $ +.Dd $Mdocdate: July 1 2019 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -169,7 +169,7 @@ Clean ports contents. By default, it will clean the work directory. It can be invoked as make clean='[depends build bulk work fake flavors dist install sub package -packages plist]'. +packages plist test]'. .Bl -tag -width packages .It Va work Clean work directory. @@ -195,6 +195,8 @@ Uninstall package. Remove all copies of package file. .It Va plist Remove registered packing lists of all subpackages. +.It Va test +Clean test cookie. .It Va sub With .Va install @@ -702,8 +704,11 @@ see .It Cm reprepare Force running the .Ar prepare -target -again. +target again. +.It Cm retest +Force running the +.Ar test +target again. .It Cm show Invoked as make show=name, show the contents of ${name}. Invoked as make show="name1 name2 ...", |