From a306e6a6ef8feab50b2e41150f84f3153ad9892c Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 27 Nov 2014 23:44:10 +0000 Subject: Drop trivially redundant transforms. --- mk/cwrappers.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/cwrappers.mk') 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}} -- cgit v1.2.3