diff options
author | rillig <rillig@pkgsrc.org> | 2020-07-04 18:08:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-07-04 18:08:35 +0000 |
commit | f12329c89375bbb854e3a5b17d2a01c77ba2e1e1 (patch) | |
tree | a856ee496e8fec1ab6bcdb536e75e7872ba8d35e /mk/misc | |
parent | 46cf88b11ac12fd259573f712102b7cb6e1a9b97 (diff) | |
download | pkgsrc-f12329c89375bbb854e3a5b17d2a01c77ba2e1e1.tar.gz |
mk/misc/show.mk: fix reference to further documentation
Diffstat (limited to 'mk/misc')
-rw-r--r-- | mk/misc/show.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/misc/show.mk b/mk/misc/show.mk index 42188c230e1..66d263a9e49 100644 --- a/mk/misc/show.mk +++ b/mk/misc/show.mk @@ -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} |