summaryrefslogtreecommitdiff
path: root/mk/cwrappers.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2014-11-27 23:44:10 +0000
committerjoerg <joerg>2014-11-27 23:44:10 +0000
commita306e6a6ef8feab50b2e41150f84f3153ad9892c (patch)
tree59ce32de85b27bdfeae7b6cecd2d9c47bc702974 /mk/cwrappers.mk
parent27a5a4a7b3af66dc8bc5e35a5cf8210862925e80 (diff)
downloadpkgsrc-a306e6a6ef8feab50b2e41150f84f3153ad9892c.tar.gz
Drop trivially redundant transforms.
Diffstat (limited to 'mk/cwrappers.mk')
-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}}