pkgsrc-WIP-changes archive

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

0ad: Enable parallel build



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Dec 15 16:37:18 2021 +0100
Changeset:	aed7a1cbca3e0a2708f04e303f4f3dcb9ad0bdd0

Modified Files:
	0ad/Makefile

Log Message:
0ad: Enable parallel build

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

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

diffstat:
 0ad/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index 8338070017..e3a4c1a0a4 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -31,7 +31,8 @@ do-configure:
 
 do-build:
 	${RUN} cd ${WRKSRC} && \
-		${GMAKE} config=release verbose=1 -C build/workspaces/gcc
+		${GMAKE} config=release verbose=1 -j ${_MAKE_JOBS_N} \
+		-C build/workspaces/gcc
 
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../audio/openal-soft/buildlink3.mk"


Home | Main Index | Thread Index | Old Index