aboutsummaryrefslogtreecommitdiff
path: root/buildall.sh
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-04-21 19:03:10 +0200
committermarha <marha@users.sourceforge.net>2013-04-21 19:03:10 +0200
commitb01940fc3ffe9da76bfda971515b76730850eceb (patch)
treed2c3bbfc4992f4439aa14a78309173c3906aa8cc /buildall.sh
parent9c8c707b47561458f0acd8840faa4e5dd1dd6b36 (diff)
downloadvcxsrv-b01940fc3ffe9da76bfda971515b76730850eceb.tar.gz
vcxsrv-b01940fc3ffe9da76bfda971515b76730850eceb.tar.bz2
vcxsrv-b01940fc3ffe9da76bfda971515b76730850eceb.zip
Use PARBUILD variable to enable parallel build
Diffstat (limited to 'buildall.sh')
-rwxr-xr-xbuildall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildall.sh b/buildall.sh
index 6849ccfc7..c4c8c62f4 100755
--- a/buildall.sh
+++ b/buildall.sh
@@ -53,10 +53,10 @@ check-error 'Error compiling mhmake for debug'
export MHMAKECONF=`cygpath -da .`
-tools/mhmake/release/mhmake -C xorg-server MAKESERVER=1 DEBUG=1
+tools/mhmake/release/mhmake $PARBUILD -C xorg-server MAKESERVER=1 DEBUG=1
check-error 'Error compiling vcxsrv for debug'
-tools/mhmake/release/mhmake.exe -C xorg-server MAKESERVER=1
+tools/mhmake/release/mhmake.exe $PARBUILD -C xorg-server MAKESERVER=1
check-error 'Error compiling vcxsrv for release'
cd xorg-server/installer