aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1999-04-19 07:30:04 +0000
committerWarner Losh <imp@FreeBSD.org>1999-04-19 07:30:04 +0000
commitab898e2ec91ba8d878fdddf9408ec477640f5696 (patch)
tree8a40a0a0325e22916071d5d2b89bb15d03c30cbd /usr.bin/make/make.1
parent59d615f8c7139b18133e07e8565fc7902a154ddc (diff)
Notes
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r--usr.bin/make/make.16
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index e4f86fba1dbb..e4d983373b4a 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
-.\" $Id: make.1,v 1.15 1998/11/15 05:51:55 bde Exp $
+.\" $Id: make.1,v 1.16 1998/11/29 13:46:39 pds Exp $
.\"
.Dd March 19, 1994
.Dt MAKE 1
@@ -488,6 +488,10 @@ This is identical to
.Ql Cm M ,
but selects all words which do not match
the rest of the modifier.
+.It Cm Q
+Quotes every shell meta-character in the variable, so that it can be passed
+safely through recursive invocations of
+.Nm make .
.It Cm R
Replaces each word in the variable with everything but its suffix.
.Sm off