Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make/unit-tests make(1): document where to fix the ....



details:   https://anonhg.NetBSD.org/src/rev/0f2ab10c94be
branches:  trunk
changeset: 936485:0f2ab10c94be
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Jul 27 20:55:59 2020 +0000

description:
make(1): document where to fix the .INCLUDEDFROM bug

diffstat:

 usr.bin/make/unit-tests/include-main.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r e8e7b5040ac8 -r 0f2ab10c94be usr.bin/make/unit-tests/include-main.mk
--- a/usr.bin/make/unit-tests/include-main.mk   Mon Jul 27 20:54:18 2020 +0000
+++ b/usr.bin/make/unit-tests/include-main.mk   Mon Jul 27 20:55:59 2020 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: include-main.mk,v 1.1 2020/05/17 12:36:26 rillig Exp $
+# $NetBSD: include-main.mk,v 1.2 2020/07/27 20:55:59 rillig Exp $
 #
 # Demonstrates that the .INCLUDEDFROMFILE magic variable does not behave
 # as described in the manual page.
 #
 # The manual page says that it is the "filename of the file this Makefile
 # was included from", while in reality it is the "filename in which the
-# latest .include happened".
+# latest .include happened". See parse.c, function ParseSetIncludeFile.
 #
 
 .if !defined(.INCLUDEDFROMFILE)



Home | Main Index | Thread Index | Old Index