summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>1999-08-12 20:49:20 +0000
committerchris <chris@FreeBSD.org>1999-08-12 20:49:20 +0000
commitaaa441c4482defa40f8bc4596c0945dc880978b0 (patch)
tree94a24023de1ea84aef98440477787703c08f69d6 /usr.bin/make
parente7ab2e043a0b0029712c506e924393f99d7df1da (diff)
downloadFreeBSD-src-aaa441c4482defa40f8bc4596c0945dc880978b0.zip
FreeBSD-src-aaa441c4482defa40f8bc4596c0945dc880978b0.tar.gz
Make VPATH explanation more concise. I apparently was not thinking
on the previous commit.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/make.115
1 files changed, 4 insertions, 11 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 1f07acf..2520b19 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.19 1999/08/11 17:52:55 chris Exp $
+.\" $Id: make.1,v 1.20 1999/08/12 20:28:54 chris Exp $
.\"
.Dd March 19, 1994
.Dt MAKE 1
@@ -924,17 +924,10 @@ found in the current directory.
If no sources are specified, any previously specified directories are
deleted.
.Pp
-Additionally, the variable
+The variable
.Ql Ev VPATH
-can be used to specify additional directories for the search path, separated
-by a
-.Dq \:
-character.
-.Pp
-However, it is
-.Em strongly recommended
-that you do not use this in any new Makefiles, as it exists only for backward
-compatibility.
+used to add directories to the search path is permitted only for backward
+compatibility, and is not recommended for use in new Makefiles.
.It Ic .PHONY
Apply the
.Ic .PHONY
OpenPOWER on IntegriCloud