summaryrefslogtreecommitdiff
path: root/usr.bin/make/PSD.doc/tutorial.ms
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-07-06 06:54:14 +0000
committerBruce Evans <bde@FreeBSD.org>1997-07-06 06:54:14 +0000
commit3e4da6f5b3dfa3b4ff9caabcbc673d721a1a9bf0 (patch)
tree3675d30d996f539ee0f33692a10a82dbc864eb89 /usr.bin/make/PSD.doc/tutorial.ms
parentea09f5e44d046037109ca9ba434e0135c27b392c (diff)
Notes
Diffstat (limited to 'usr.bin/make/PSD.doc/tutorial.ms')
-rw-r--r--usr.bin/make/PSD.doc/tutorial.ms22
1 files changed, 5 insertions, 17 deletions
diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms
index f66fd909be7b0..3cd869d052897 100644
--- a/usr.bin/make/PSD.doc/tutorial.ms
+++ b/usr.bin/make/PSD.doc/tutorial.ms
@@ -1,4 +1,3 @@
-.\" $NetBSD: tutorial.ms,v 1.3 1996/03/06 00:15:31 christos Exp $
.\" Copyright (c) 1988, 1989 by Adam de Boor
.\" Copyright (c) 1989 by Berkeley Softworks
.\" Copyright (c) 1988, 1989, 1993
@@ -35,7 +34,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)tutorial.ms 8.1 (Berkeley) 8/18/93
+.\" @(#)tutorial.ms 8.4 (Berkeley) 4/28/95
.\"
.EH 'PSD:12-%''PMake \*- A Tutorial'
.OH 'PMake \*- A Tutorial''PSD:12-%'
@@ -44,6 +43,8 @@
.\" is numeric, it is taken as the depth for numbering (as for .NH), else
.\" the default (1) is assumed.
.\"
+.\" $Id: tutorial.ms,v 1.4 89/01/08 20:20:22 adam Exp Locker: adam $
+.\"
.\" @P The initial paragraph distance.
.\" @Q The piece of section number to increment (or 0 if none given)
.\" @R Section header.
@@ -1271,15 +1272,6 @@ administrator. If locking is on,
will turn it off, and vice versa. Note that this locking will not
prevent \fIyou\fP from invoking PMake twice in the same place \*- if
you own the lock file, PMake will warn you about it but continue to execute.
-.IP "\fB\-m\fP \fIdirectory\fP"
-.Ix 0 def flags -m
-Tells PMake another place to search for included makefiles via the <...>
-style. Several
-.B \-m
-options can be given to form a search path. If this construct is used the
-default system makefile search path is completely overridden.
-To be explained in chapter 3, section 3.2.
-.Rm 2 3.2
.IP \fB\-n\fP
.Ix 0 def flags -n
This flag tells PMake not to execute the commands needed to update the
@@ -1920,15 +1912,11 @@ or this
.DE
The difference between the two is where PMake searches for the file:
the first way, PMake will look for
-the file only in the system makefile directory (or directories)
-(to find out what that directory is, give PMake the
+the file only in the system makefile directory (to find out what that
+directory is, give PMake the
.B \-h
flag).
.Ix 0 ref flags -h
-The system makefile directory search path can be overridden via the
-.B \-m
-option.
-.Ix 0 ref flags -m
For files in double-quotes, the search is more complex:
.RS
.IP 1)