# HG changeset patch # User Volker Grabsch # Date 1234168753 -3600 # Node ID e64703523d340c5d8a243faa0ab19d1130c5038d # Parent c07a36f3ea80560592f6684539f73bf287c24e34 improved style of README diff -r c07a36f3ea80 -r e64703523d34 doc/README --- a/doc/README Mon Feb 09 09:38:45 2009 +0100 +++ b/doc/README Mon Feb 09 09:39:13 2009 +0100 @@ -26,12 +26,12 @@ 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 @@ make clean-pkg - remove all unused package files + remove all unused package files, + handy after a successful "make update" make update