diff options
author | hira <hira> | 2008-10-24 19:41:28 +0000 |
---|---|---|
committer | hira <hira> | 2008-10-24 19:41:28 +0000 |
commit | c1026362ba01f00e4d25327c3718bb7564decb0a (patch) | |
tree | 5a2413f12c14d479318b1fb46a83172b1a0ea990 /misc | |
parent | 1f9f442b779361256f894e5b17d72a5d13d3a640 (diff) | |
download | pkgsrc-c1026362ba01f00e4d25327c3718bb7564decb0a.tar.gz |
Support parallel build (pass MAKE_JOBS to dmake).
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 2b9431b78f1..4c64b4c9b8e 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/10/24 11:35:28 hira Exp $ +# $NetBSD: Makefile,v 1.11 2008/10/24 19:41:28 hira Exp $ # OO_VER= 3.0.0 @@ -147,7 +147,7 @@ post-extract: cp -Rp gcc3_freebsd_x86-64 gcc3_netbsd_x86-64 do-build: - ${_ULIMIT_CMD} ${SETENV} ${MAKE_ENV} bash -c "cd ${WRKSRC} && ./bootstrap && source ${OPENOFFICE_SETFILE}Env.Set.sh && dmake build_all" + ${_ULIMIT_CMD} ${SETENV} ${MAKE_ENV} bash -c "cd ${WRKSRC} && ./bootstrap && source ${OPENOFFICE_SETFILE}Env.Set.sh && cd instsetoo_native && build.pl --checkmodules; build.pl -P${MAKE_JOBS:U1} --all product=full" post-build: cd ${WRKDIR} && \ |