summaryrefslogtreecommitdiff
path: root/usr.bin/make/make.1
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1999-07-11 02:06:57 +0000
committerthorpej <thorpej@NetBSD.org>1999-07-11 02:06:57 +0000
commit5a0addc0efb405fcdfe299b755f3925bbf8a34b4 (patch)
tree0b722819e6c469fa47d77b92026f38fe90f926e6 /usr.bin/make/make.1
parent0dc60ae78cce88c6ae20c473e9e9cbb81423b1ca (diff)
Add a mechanism for specifying that ${.CURDIR} will be searched last
in the presence of .PATH directives by specifying: .PATH: .DOTLAST This will be used to fixup the build system to work with both crypto-us and crypto-intl sub-trees. Make(1) changes by Christos Zoulas, after much badgering by me :-)
Diffstat (limited to 'usr.bin/make/make.1')
-rw-r--r--usr.bin/make/make.14
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 82eca8c7ede..412c50e759e 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: make.1,v 1.32 1999/03/10 05:22:18 erh Exp $
+.\" $NetBSD: make.1,v 1.33 1999/07/11 02:06:57 thorpej Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -981,6 +981,8 @@ The sources are directories which are to be searched for files not
found in the current directory.
If no sources are specified, any previously specified directories are
deleted.
+If the source is the special .Ic .DOTLAST target, then the current working
+directory is searched last.
.It Ic .PHONY
Apply the
.Ic .PHONY