FreeBSD Bugzilla – Attachment 147670 Details for
Bug 193923
security/vuxml: |make validate| fails if ${.OBJDIR} already exists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
workaround
workaround.diff (text/plain), 510 bytes, created by
Jan Beich
on 2014-09-25 13:32:29 UTC
(
hide
)
Description:
workaround
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2014-09-25 13:32:29 UTC
Size:
510 bytes
patch
obsolete
>Index: security/vuxml/Makefile >=================================================================== >--- security/vuxml/Makefile (revision 369228) >+++ security/vuxml/Makefile (working copy) >@@ -83,7 +83,7 @@ validate: tidy > ${ECHO_CMD} Consider using ${VUXML_FILE}.unexpanded for final commit; \ > return 1; \ > fi >- ${PYTHON_CMD} ${FILESDIR}/extra-validation.py >+ cd ${.CURDIR} && ${PYTHON_CMD} ${FILESDIR}/extra-validation.py > > tidy: vuln.xml > @if [ ! -e ${LOCALBASE}/share/xml/dtd/vuxml/catalog.xml ]; \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193923
:
147669
| 147670