Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make Put .INCLUDEDFROM* in the right section



details:   https://anonhg.NetBSD.org/src/rev/a597b1dd12a9
branches:  trunk
changeset: 326739:a597b1dd12a9
user:      sjg <sjg%NetBSD.org@localhost>
date:      Sat Feb 15 18:55:30 2014 +0000

description:
Put .INCLUDEDFROM* in the right section

diffstat:

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

diffs (40 lines):

diff -r b6751a9dd66c -r a597b1dd12a9 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sat Feb 15 18:41:20 2014 +0000
+++ b/usr.bin/make/make.1       Sat Feb 15 18:55:30 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.229 2014/01/19 10:23:29 apb Exp $
+.\"    $NetBSD: make.1,v 1.230 2014/02/15 18:55:30 sjg 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 January 19, 2014
+.Dd February 14, 2014
 .Dt MAKE 1
 .Os
 .Sh NAME
@@ -638,10 +638,6 @@
 source); also known as
 .Ql Va \&\*[Lt] .
 It is not defined in explicit rules.
-.It Va .INCLUDEDFROMDIR
-The directory of the file this Makefile was included from.
-.It Va .INCLUDEDFROMFILE
-The filename of the file this Makefile was included from.
 .It Va .MEMBER
 The name of the archive member.
 .It Va .OODATE
@@ -710,6 +706,10 @@
 Refer to the description of
 .Ql Ev PWD
 for more details.
+.It Va .INCLUDEDFROMDIR
+The directory of the file this Makefile was included from.
+.It Va .INCLUDEDFROMFILE
+The filename of the file this Makefile was included from.
 .It Ev MAKE
 The name that
 .Nm



Home | Main Index | Thread Index | Old Index