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/50dab3d2f0df
branches: trunk
changeset: 1012347:50dab3d2f0df
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 f93d4800ae65 -r 50dab3d2f0df 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