diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-18 12:59:42 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-18 12:59:42 +0000 |
commit | 0cf0e4dca31f96cc9d7f18222ae4ea2e9ae5e8d7 (patch) | |
tree | 2a9a8910a969c055ab04ca12ea5185f28f0fcbe3 /mk | |
parent | 08f148b14eaa134b2cf7e059a1f018c218c1d9d3 (diff) | |
download | pkgsrc-0cf0e4dca31f96cc9d7f18222ae4ea2e9ae5e8d7.tar.gz |
mk/subst.mk: make error message for filename pattern easier readable
Diffstat (limited to 'mk')
-rw-r--r-- | mk/subst.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/subst.mk b/mk/subst.mk index cd9b769748a..7ed68940b78 100644 --- a/mk/subst.mk +++ b/mk/subst.mk @@ -1,4 +1,4 @@ -# $NetBSD: subst.mk,v 1.77 2020/04/18 12:21:10 rillig Exp $ +# $NetBSD: subst.mk,v 1.78 2020/04/18 12:59:43 rillig Exp $ # # The subst framework replaces text in one or more files in the WRKSRC # directory. Packages can define several ``classes'' of replacements. @@ -193,7 +193,7 @@ ${_SUBST_COOKIE.${class}}: done; \ \ if ${TEST} "$$changed,${SUBST_NOOP_OK.${class}:tl}" = no,no; then \ - ${FAIL_MSG} "[subst.mk:${class}] The pattern $$pattern has no effect."; \ + ${FAIL_MSG} "[subst.mk:${class}] The filename pattern \"$$pattern\" has no effect."; \ fi; \ done; \ cd ${WRKDIR}; ${RMDIR} "$$emptydir" |