View | Details | Raw Unified | Return to bug 193923 | Differences between
and this patch

Collapse All | Expand All

(-)security/vuxml/Makefile (-1 / +1 lines)
Lines 83-89 validate: tidy Link Here
83
		${ECHO_CMD} Consider using ${VUXML_FILE}.unexpanded for final commit; \
83
		${ECHO_CMD} Consider using ${VUXML_FILE}.unexpanded for final commit; \
84
		return 1; \
84
		return 1; \
85
	fi
85
	fi
86
	${PYTHON_CMD} ${FILESDIR}/extra-validation.py
86
	cd ${.CURDIR} && ${PYTHON_CMD} ${FILESDIR}/extra-validation.py
87
87
88
tidy: vuln.xml
88
tidy: vuln.xml
89
	@if [ ! -e ${LOCALBASE}/share/xml/dtd/vuxml/catalog.xml ]; \
89
	@if [ ! -e ${LOCALBASE}/share/xml/dtd/vuxml/catalog.xml ]; \

Return to bug 193923