summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2010-08-24 15:26:35 +0200
committerJan Holesovsky <kendy@suse.cz>2010-08-24 15:26:35 +0200
commit48e04092730b2c0dc3ddf3df670d55e01fcd92b3 (patch)
tree5e6f59ddf130016748a8a8c1841e7a08ecc85e73 /Makefile.in
parent55d3dff9449a88925dc35eae1a1010a7f92a129c (diff)
Implement --with-num-cpus and --with-max-jobs.
To be able handle the amount of jobs in the Makefile.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index db9849b4e6f2..9ef54c60a687 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -5,7 +5,7 @@ SHELL=/bin/sh
all:
. ./*Env.Set.sh && \
./bootstrap && \
- cd instsetoo_native && ../solenv/bin/build.pl --all
+ cd instsetoo_native && ../solenv/bin/build.pl -P@BUILD_NCPUS@ --all -P@BUILD_MAX_JOBS@
distclean:
. ./*Env.Set.sh && \
@@ -17,8 +17,8 @@ clean:
dev-install:
. ./*Env.Set.sh && \
- cd @SRC_ROOT@/instsetoo_native/util && \
- LOCALINSTALLDIR=@SRC_ROOT@/install dmake openoffice_en-US PKGFORMAT=installed && \
- $SOLARENV/bin/linkoo @SRC_ROOT@/install @SRC_ROOT@ && \
+ cd $$SRC_ROOT/instsetoo_native/util && \
+ LOCALINSTALLDIR=$$SRC_ROOT/install dmake openoffice_en-US PKGFORMAT=installed && \
+ $SOLARENV/bin/linkoo $$SRC_ROOT/install $$SRC_ROOT && \
echo && \
- echo "Developer installation finished in @SRC_ROOT@"
+ echo "Developer installation finished in $$SRC_ROOT"