FreeBSD Bugzilla – Attachment 174258 Details for
Bug 212289
devel/binutils: should provide a test/regression target
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proof-of-concept patch
devel-binutils.diff (text/plain), 677 bytes, created by
Pedro F. Giffuni
on 2016-08-31 16:50:06 UTC
(
hide
)
Description:
Proof-of-concept patch
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2016-08-31 16:50:06 UTC
Size:
677 bytes
patch
obsolete
>Index: devel/binutils/Makefile >=================================================================== >--- devel/binutils/Makefile (revision 420978) >+++ devel/binutils/Makefile (working copy) >@@ -21,6 +21,10 @@ > CONFLICTS= libbfd-[0-9]* > .endif > >+.if defined(MAINTAINER_MODE) >+BUILD_DEPENDS+= runtest:misc/dejagnu >+.endif >+ > OPTIONS_DEFINE= NLS RELRO > > RELRO_DESC= enable -z relro in ELF linker by default >@@ -111,4 +115,10 @@ > @${RM} -rf ${STAGEDIR}${PREFIX}/${BUTARGET}/lib/ldscripts > .endif > >+.if defined(MAINTAINER_MODE) >+full-regression-test: build >+ cd ${TEST_WRKSRC}; ${MAKE_CMD} -sk check \ >+ ; ${WRKSRC}/contrib/test_summary >+.endif >+ > .include <bsd.port.post.mk>
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 212289
: 174258