summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-01-31 06:38:19 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-01-31 06:38:19 (GMT)
commit58d4913ac12cee7e8505165585bf661d100fe2ba (patch)
tree87eafbaac4a61068b36b44461ebb2cd1ec153ddb /doc
parentbf9818cff24e977716f961d0eea97ec0ec08ced8 (diff)
downloadmxe-58d4913ac12cee7e8505165585bf661d100fe2ba.zip
mxe-58d4913ac12cee7e8505165585bf661d100fe2ba.tar.gz
mxe-58d4913ac12cee7e8505165585bf661d100fe2ba.tar.bz2
disable parallel builds by default and document in the README how to enable parallelization
Diffstat (limited to 'doc')
-rw-r--r--doc/README14
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/README b/doc/README
index b84beb7..d756ba6 100644
--- a/doc/README
+++ b/doc/README
@@ -21,11 +21,19 @@ Usage
make
- build all packages
+ build all packages,
+ non-parallel
- make foo
+ make foo bar
- build package 'foo' and all dependencies
+ build packages 'foo', 'bar' and their dependencies,
+ non-parallel
+
+ make foo bar -j 4 JOBS=2
+
+ build packages 'foo', 'bar' and their dependencies,
+ where up to 4 packages are build in parallel,
+ each with up to 2 compiler processes running in parallel
make strip