summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authorsjg <sjg@NetBSD.org>2013-07-30 19:09:57 +0000
committersjg <sjg@NetBSD.org>2013-07-30 19:09:57 +0000
commit25b6d93042d7607d8d678cf8debdcdad92aebbfa (patch)
treedb9f8b9a3e5f2cc3a45176377e4f1db9cf3e375c /usr.bin/make/make.1
parentff7e26cf483f6f1e081330de6ec5b94550bd770a (diff)
Allow an empty .MAKE.JOB.PREFIX to supress output of --- job --- tokens
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r--usr.bin/make/make.17
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 056764a5aca..4e3c1117005 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.219 2013/07/16 14:00:53 christos Exp $
+.\" $NetBSD: make.1,v 1.220 2013/07/30 19:09:57 sjg Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
.\"
-.Dd July 15, 2013
+.Dd July 30, 2013
.Dt MAKE 1
.Os
.Sh NAME
@@ -745,6 +745,9 @@ then output for each target is prefixed with a token
.Ql --- target ---
the first part of which can be controlled via
.Va .MAKE.JOB.PREFIX .
+If
+.Va .MAKE.JOB.PREFIX
+is empty, no token is printed.
.br
For example:
.Li .MAKE.JOB.PREFIX=${.newline}---${.MAKE:T}[${.MAKE.PID}]