diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-02-09 08:39:13 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-02-09 08:39:13 (GMT) |
commit | a55ac149a6a32125a53548cf9148b6d29ff7a052 (patch) | |
tree | 64e3f2bc5e9b703198a23fb7d2849d593711a0e1 | |
parent | 2cf9e932a75098af5159bcb5b924d9bef6562e2c (diff) | |
download | mxe-a55ac149a6a32125a53548cf9148b6d29ff7a052.zip mxe-a55ac149a6a32125a53548cf9148b6d29ff7a052.tar.gz mxe-a55ac149a6a32125a53548cf9148b6d29ff7a052.tar.bz2 |
improved style of README
-rw-r--r-- | doc/README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |