FreeBSD Bugzilla – Attachment 153653 Details for
Bug 198146
[devel/gdb] Added 'make check' to run gdb testsuite
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch-gdb-run-check.patch (text/plain), 624 bytes, created by
Yuri Victorovich
on 2015-03-01 22:58:48 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2015-03-01 22:58:48 UTC
Size:
624 bytes
patch
obsolete
>Index: devel/gdb/Makefile >=================================================================== >--- devel/gdb/Makefile (revision 380176) >+++ devel/gdb/Makefile (working copy) >@@ -82,6 +82,11 @@ > @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/extrapatch-threads > .endif > >+post-build: >+ @${ECHO} >+ @${ECHO} "Please run 'make check' (requires dejagnu)." >+ @${ECHO} >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \ > ${STAGEDIR}${PREFIX}/bin/gdb${VER} >@@ -108,4 +113,7 @@ > . endfor > .endif > >+check: build >+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check >+ > .include <bsd.port.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 198146
: 153653 |
153654
|
153655