Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make Restore -r1.234 of make.1, which was an unrelat...



details:   https://anonhg.NetBSD.org/src/rev/7c62e8e0479b
branches:  trunk
changeset: 802295:7c62e8e0479b
user:      dholland <dholland%NetBSD.org@localhost>
date:      Tue Sep 09 06:41:56 2014 +0000

description:
Restore -r1.234 of make.1, which was an unrelated fix from sjg pertaining
to the docs for the -w option.

diffstat:

 usr.bin/make/make.1 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r d834d28e133f -r 7c62e8e0479b usr.bin/make/make.1
--- a/usr.bin/make/make.1       Tue Sep 09 06:39:59 2014 +0000
+++ b/usr.bin/make/make.1       Tue Sep 09 06:41:56 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.237 2014/09/09 06:39:59 dholland Exp $
+.\"    $NetBSD: make.1,v 1.238 2014/09/09 06:41:56 dholland Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    from: @(#)make.1        8.4 (Berkeley) 3/19/94
 .\"
-.Dd February 14, 2014
+.Dd September 9, 2014
 .Dt MAKE 1
 .Os
 .Sh NAME
@@ -209,8 +209,6 @@
 option to print raw values of variables.
 .It Ar v
 Print debugging information about variable assignment.
-.It Ar w
-Print entering and leaving directory messages, pre and post processing.
 .It Ar x
 Run shell commands with
 .Fl x
@@ -352,6 +350,8 @@
 then the value will be expanded before printing.
 .It Fl W
 Treat any warnings during makefile parsing as errors.
+.It Fl w
+Print entering and leaving directory messages, pre and post processing.
 .It Fl X
 Don't export variables passed on the command line to the environment
 individually.



Home | Main Index | Thread Index | Old Index