1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Make validate target remove the tidy file if it passes.

Approved by:	chimera@
This commit is contained in:
Wesley Shields 2012-05-26 03:15:46 +00:00
parent 0500347a8b
commit b72f66b2c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297465

View File

@ -80,6 +80,7 @@ validate: tidy
@if ${DIFF} -u "${VUXML_FILE}" "${VUXML_FILE}.tidy"; \
then \
${ECHO_MSG} ... seems okay; \
${RM} "${VUXML_FILE}.tidy"; \
else \
return 1; \
fi