diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
commit | 3e222ea23769f7fa61220327392152acedf527bf (patch) | |
tree | 9c366baf268cf9c15e9ba6677e9a98d4002eaf8a /usr.bin/make | |
parent | 4575f892d2c42b7683343fd14cb4e51ce9604ae4 (diff) |
- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
Diffstat (limited to 'usr.bin/make')
-rw-r--r-- | usr.bin/make/make.1 | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 22112028760..6d83536998a 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: make.1,v 1.36 2000/07/31 21:01:40 espie Exp $ +.\" $OpenBSD: make.1,v 1.37 2000/11/10 05:10:34 aaron Exp $ .\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -1141,23 +1141,6 @@ Each source specifies a suffix to .Nm make . If no sources are specified, any previous specified suffices are deleted. .El -.Sh COMPATIBILITY -Older versions of -.Nm -used -.Ev MAKE -instead of -.Ev MAKEFLAGS . -This was removed for POSIX compatibility. -The internal variable -.Va MAKE -is set to the same value as -.Va .MAKE , -support for this may be removed in the future. -.Pp -Most of the more esoteric features of -.Nm -should probably be avoided for greater compatibility. .Sh ENVIRONMENT .Nm uses the following environment variables, if they exist: @@ -1189,6 +1172,32 @@ system makefile directory default .Ev MAKEOBJDIRPREFIX directory. .El +.Sh SEE ALSO +.Xr mkdep 1 +.Pp +.%T "Make \- A Tutorial" . +.Sh COMPATIBILITY +Older versions of +.Nm +used +.Ev MAKE +instead of +.Ev MAKEFLAGS . +This was removed for POSIX compatibility. +The internal variable +.Va MAKE +is set to the same value as +.Va .MAKE , +support for this may be removed in the future. +.Pp +Most of the more esoteric features of +.Nm +should probably be avoided for greater compatibility. +.Sh HISTORY +A +.Nm +command appeared in +.At v7 . .Sh BUGS The determination of .Va .OBJDIR @@ -1272,12 +1281,3 @@ A will evaluate to a b c d after the loop, not z b c d. The .Ql + command modificator is ignored in parallel make mode. -.Sh SEE ALSO -.Xr mkdep 1 -.Pp -.%T "Make \- A Tutorial" . -.Sh HISTORY -A -.Nm -command appeared in -.At v7 . |