pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gcc8snapshot: Use MAKE_JOBS in TEST_TARGET



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Oct 30 23:07:41 2017 +0100
Changeset:	516245354a89d004bfc40ed50f166e38f1462e31

Modified Files:
	gcc8snapshot/Makefile

Log Message:
gcc8snapshot: Use MAKE_JOBS in TEST_TARGET

This option speeds up the testing.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=516245354a89d004bfc40ed50f166e38f1462e31

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gcc8snapshot/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/gcc8snapshot/Makefile b/gcc8snapshot/Makefile
index da7b783bd6..a32d60fe56 100644
--- a/gcc8snapshot/Makefile
+++ b/gcc8snapshot/Makefile
@@ -149,7 +149,7 @@ CONFIGURE_ARGS+=	--with-gnu-as --with-as=${PREFIX}/bin/gas
 pre-configure:
 	${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR}
 
-TEST_TARGET=	-k check || ${TRUE}
+TEST_TARGET=	-j ${MAKE_JOBS} -k check || ${TRUE}
 pre-test:
 	${RUN} 							\
 	if runtest --version >/dev/null 2>/dev/null ; then	\


Home | Main Index | Thread Index | Old Index