diff options
author | joerg <joerg> | 2014-11-27 23:44:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-11-27 23:44:10 +0000 |
commit | da81eac00c8aeeaae03219fdfedbed4d177c01f2 (patch) | |
tree | 59ce32de85b27bdfeae7b6cecd2d9c47bc702974 /mk/cwrappers.mk | |
parent | 03a72eed7db0213025a0dc3fe89090a070ad338e (diff) | |
download | pkgsrc-da81eac00c8aeeaae03219fdfedbed4d177c01f2.tar.gz |
Drop trivially redundant transforms.
Diffstat (limited to 'mk/cwrappers.mk')
-rw-r--r-- | mk/cwrappers.mk | 4 |
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}} |