summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-11-27 23:44:10 +0000
committerjoerg <joerg@pkgsrc.org>2014-11-27 23:44:10 +0000
commit9e13f1f098586f58ef129fc260db9fbd34c24aba (patch)
tree59ce32de85b27bdfeae7b6cecd2d9c47bc702974
parent49ed66992f80e29ca18c65adea57a92d088bf6a0 (diff)
downloadpkgsrc-9e13f1f098586f58ef129fc260db9fbd34c24aba.tar.gz
Drop trivially redundant transforms.
-rw-r--r--mk/cwrappers.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/cwrappers.mk b/mk/cwrappers.mk
index 153a2f6c644..7ad57b4df34 100644
--- a/mk/cwrappers.mk
+++ b/mk/cwrappers.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cwrappers.mk,v 1.11 2014/11/27 20:36:44 joerg Exp $
+# $NetBSD: cwrappers.mk,v 1.12 2014/11/27 23:44:10 joerg Exp $
#
# This Makefile fragment implements integration of pkgtools/cwrappers.
@@ -60,7 +60,7 @@ generate-cwrappers:
${RUN}echo reorder=${cmd:S/^reorder://:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
. endfor
. for cmd in ${CWRAPPERS_TRANSFORM.${wrappee}} ${_CWRAPPERS_TRANSFORM}
- ${RUN}echo transform=${cmd:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
+ ${RUN}echo transform=${cmd:u:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
. endfor
. for cmd in ${CWRAPPERS_APPEND.${wrappee}:U}
${RUN}echo append=${cmd:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}