diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-01 23:25:34 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-01 23:25:34 +0000 |
commit | 25a45ba2cb10b8c8f125492a311dcce57e769517 (patch) | |
tree | be4830d85f72da269c66753cd8d0afd6fce5862b | |
parent | a6b2942e12bf17027ddcb8a204b72812469bc7ad (diff) | |
download | ports-25a45ba2cb10b8c8f125492a311dcce57e769517.tar.gz ports-25a45ba2cb10b8c8f125492a311dcce57e769517.zip |
Notes
-rw-r--r-- | lang/gcc43/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index 10a37e3bf23a..063505247bc4 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -159,7 +159,7 @@ pre-configure: @${RM} -f ${SRCDIR}/gcc/*/*.info* @${MKDIR} ${CONFIGURE_WRKSRC} -regression-test: build +full-regression-test: build cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check post-install: |