citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit ade5290a16d385078243a4fa52384ec9711f02d3
parent 1d191b63eafca427f9400bbd54360a9f95c1e1dc
Author: kyle <kyle@0x30.net>
Date:   Wed, 18 Jan 2017 01:05:53 -0700

distrib: compile package in parallel

Diffstat:
Mdistrib/openbsd/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distrib/openbsd/Makefile b/distrib/openbsd/Makefile @@ -32,7 +32,7 @@ do-configure: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./configure do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} jam -q + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} jam -q -j4 do-install: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${ALL_FAKE_FLAGS} jam install