pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/misc
Module Name: pkgsrc
Committed By: rillig
Date: Sat Jul 4 18:08:35 UTC 2020
Modified Files:
pkgsrc/mk/misc: show.mk
Log Message:
mk/misc/show.mk: fix reference to further documentation
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mk/misc/show.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/misc/show.mk
diff -u pkgsrc/mk/misc/show.mk:1.22 pkgsrc/mk/misc/show.mk:1.23
--- pkgsrc/mk/misc/show.mk:1.22 Wed Jul 1 09:13:12 2020
+++ pkgsrc/mk/misc/show.mk Sat Jul 4 18:08:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: show.mk,v 1.22 2020/07/01 09:13:12 rillig Exp $
+# $NetBSD: show.mk,v 1.23 2020/07/04 18:08:35 rillig Exp $
#
# This file contains some targets that print information gathered from
# variables. They do not modify any variables.
@@ -166,8 +166,8 @@ show-all: show-all-${g}
# using the :sh modifier may show warnings, for example because ${WRKDIR}
# doesn't exist.
-_SHOW_ALL.d4= $$$$ # see regress/show-all
-_SHOW_ALL.d8= $$$$$$$$ # see regress/show-all
+_SHOW_ALL.d4= $$$$ # see regress/infra-unittests/show-all.sh
+_SHOW_ALL.d8= $$$$$$$$ # see regress/infra-unittests/show-all.sh
show-all-${g}: .PHONY
@${RUN} printf '%s:\n' ${g:Q}
Home |
Main Index |
Thread Index |
Old Index