Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk + clean up the English in one sentence



details:   https://anonhg.NetBSD.org/src/rev/e9973165f5f8
branches:  trunk
changeset: 503151:e9973165f5f8
user:      agc <agc%NetBSD.org@localhost>
date:      Thu Feb 01 20:27:06 2001 +0000

description:
+ clean up the English in one sentence
+ sync with reality, and document "MKMAN= no" in preference to "NOMAN= noman"
+ get in quick before the 80-column police notice what we were doing
+ spell "existence" correctly

diffstat:

 share/mk/bsd.README |  22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diffs (64 lines):

diff -r faa5a8c3c604 -r e9973165f5f8 share/mk/bsd.README
--- a/share/mk/bsd.README       Thu Feb 01 19:56:44 2001 +0000
+++ b/share/mk/bsd.README       Thu Feb 01 20:27:06 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.74 2001/01/24 07:57:07 itojun Exp $
+#      $NetBSD: bsd.README,v 1.75 2001/02/01 20:27:06 agc Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the new make "include" files for the BSD
@@ -40,7 +40,7 @@
 way the V7 make behaved.
 
 It's fairly difficult to make the BSD .mk files work when you're building
-multiple programs in a single directory.  It's a lot easier split up the
+multiple programs in a single directory.  It's a lot easier to split up the
 programs than to deal with the problem.  Most of the agony comes from making
 the "obj" directory stuff work right, not because we switched to a new version
 of make.  So, don't get mad at us, figure out a better way to handle multiple
@@ -452,7 +452,7 @@
 
 If foo does not have a manual page at all, add the line:
 
-       NOMAN=  noman
+       MKMAN=  no
 
 If foo has multiple source files, add the line:
 
@@ -471,7 +471,8 @@
 As a special case, the use of a token .WAIT as an entry in SUBDIR acts
 as a synchronization barrier when multiple make jobs are run; subdirs
 before the .WAIT must complete before any subdirs after .WAIT are
-started.  See make(1) for some caveats on use of .WAIT and other special sources.
+started.  See make(1) for some caveats on use of .WAIT and other
+special sources.
 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
@@ -532,11 +533,12 @@
 
 FORMAT_AUDIT   If FORMAT_AUDIT is set, and WFORMAT is set and > 1, turn on
 WFORMAT        -Wnetbsd-format-audit for extra-stringent format checking.
-               WFORMAT belongs in individual makefiles and/or Makefile.inc files.
-               (set WFORMAT=1 in individual makefiles if a program is
-               not security critical and is doing bizarre things with
-               format strings which would be even uglier if rewritten)
-               FORMAT_AUDIT should go in mk.conf if you're doing format-string auditing.
+               WFORMAT belongs in individual makefiles and/or
+               Makefile.inc files.  (set WFORMAT=1 in individual
+               makefiles if a program is not security critical and is
+               doing bizarre things with format strings which would
+               be even uglier if rewritten) FORMAT_AUDIT should go in
+               mk.conf if you're doing format-string auditing. 
                FORMAT_AUDIT may go away in time.
 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
@@ -607,7 +609,7 @@
 
 If an environment variable named MAKEOBJDIRPREFIX is set, make(1) uses
 ${MAKEOBJDIRPREFIX}${.CURDIR} as the name of the object directory if
-it exists.  Otherwise make(1) looks for the existance of a
+it exists.  Otherwise make(1) looks for the existence of a
 subdirectory (or a symlink to a directory) of the source directory
 into which built targets should be placed.  If an environment variable
 named MAKEOBJDIR is set, make(1) uses its value as the name of the



Home | Main Index | Thread Index | Old Index