mk/tools/create.mk: make tool wrappers smaller
There is no need to include the comments from the shquote function.
This commit is contained in:
parent
959e1dbe9a
commit
3ab427f38a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: create.mk,v 1.12 2020/05/09 20:50:20 rillig Exp $
|
||||
# $NetBSD: create.mk,v 1.13 2020/05/09 21:08:05 rillig Exp $
|
||||
#
|
||||
# Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
|
||||
# All rights reserved.
|
||||
|
@ -184,7 +184,7 @@ ${TOOLS_CMD.${_t_}}:
|
|||
wrapper) \
|
||||
{ ${ECHO} '#!'${TOOLS_SHELL:Q}; \
|
||||
${ECHO} 'tools_wrapper_sed='${SED:Q:Q}; \
|
||||
${SED} -e '/^$$/d' -e '/^\#/d' ${PKGSRCDIR}/mk/tools/shquote.sh; \
|
||||
${SED} -e '/^$$/d' -e '/^ *#/d' ${PKGSRCDIR}/mk/tools/shquote.sh; \
|
||||
${ECHO} 'wrapperlog="$${TOOLS_WRAPPER_LOG-'${_TOOLS_WRAP_LOG:Q}'}"'; \
|
||||
${ECHO} 'shquote_args "$$@"'; \
|
||||
${ECHO} '${ECHO} "[*] "'${.TARGET:Q}'"$$shquoted_args" >> $$wrapperlog'; \
|
||||
|
|
Loading…
Reference in a new issue