Trim useless commands.
This commit is contained in:
parent
252ac09ed2
commit
05c16e954c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18978
1 changed files with 1 additions and 1 deletions
|
@ -115,6 +115,6 @@ ${XML_MIRRORS}: ${XML_MIRRORS_MASTER} ${XSL_TRANSTABLE} ${XSL_TRANSTABLE_MASTER}
|
|||
${XSLTPROC} ${XSLTPROCOPTS} -o $@ \
|
||||
--param 'transtable.xml' "'${XML_TRANSTABLE}'" \
|
||||
--param 'transtable-conv-element' "'country'" \
|
||||
${XSL_TRANSTABLE} ${XML_MIRRORS_MASTER} || (${RM} -f $@ && exit 1)
|
||||
${XSL_TRANSTABLE} ${XML_MIRRORS_MASTER}
|
||||
|
||||
CLEANFILES+= ${XML_MIRRORS}
|
||||
|
|
Loading…
Reference in a new issue