pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/openoffice3 Support parallel build (pass MAKE_JOB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60615c749aa3
branches:  trunk
changeset: 548845:60615c749aa3
user:      hira <hira%pkgsrc.org@localhost>
date:      Fri Oct 24 19:41:28 2008 +0000

description:
Support parallel build (pass MAKE_JOBS to dmake).

diffstat:

 misc/openoffice3/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 12ac3795537d -r 60615c749aa3 misc/openoffice3/Makefile
--- a/misc/openoffice3/Makefile Fri Oct 24 19:31:01 2008 +0000
+++ b/misc/openoffice3/Makefile Fri Oct 24 19:41:28 2008 +0000
@@ -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 @@
        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} &&                                         \



Home | Main Index | Thread Index | Old Index