summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-02-09 08:39:13 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-02-09 08:39:13 (GMT)
commita55ac149a6a32125a53548cf9148b6d29ff7a052 (patch)
tree64e3f2bc5e9b703198a23fb7d2849d593711a0e1
parent2cf9e932a75098af5159bcb5b924d9bef6562e2c (diff)
downloadmxe-a55ac149a6a32125a53548cf9148b6d29ff7a052.zip
mxe-a55ac149a6a32125a53548cf9148b6d29ff7a052.tar.gz
mxe-a55ac149a6a32125a53548cf9148b6d29ff7a052.tar.bz2
improved style of README
-rw-r--r--doc/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/README b/doc/README
index 1d3b89b..c5d3ab3 100644
--- a/doc/README
+++ b/doc/README
@@ -26,12 +26,12 @@ Usage
make foo bar
- build packages 'foo', 'bar' and their dependencies,
+ build packages "foo", "bar" and their dependencies,
non-parallel
make foo bar -j 4 JOBS=2
- build packages 'foo', 'bar' and their dependencies,
+ 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
@@ -46,7 +46,8 @@ Usage
make clean-pkg
- remove all unused package files
+ remove all unused package files,
+ handy after a successful "make update"
make update