diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-02-29 12:46:29 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de> | 2016-02-29 12:46:29 +0100 |
commit | 09403216289f6209ab8d68acc40229612b80ebc5 (patch) | |
tree | 2b2db494bb94e16a42f1146f40f29c9ab43f1587 | |
parent | 7adf0619b3c3907a10af45f8b1d0bd42e2ed3174 (diff) | |
download | midipix_build-09403216289f6209ab8d68acc40229612b80ebc5.tar.bz2 midipix_build-09403216289f6209ab8d68acc40229612b80ebc5.tar.xz |
Added more examples to build.usage.
-rw-r--r-- | build.usage | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build.usage b/build.usage index be19aec1..ea09ad17 100644 --- a/build.usage +++ b/build.usage @@ -18,6 +18,15 @@ usage: ./build.sh [-c] [-nd] [-r ALL|name[:step]] [-h] [-t] named ${PKG_SUBDIR}.local.patch. Examples: + ./build.sh -r ALL + Forcibly restart the entire build. + + ./build.sh -r 301.coreutils.build + Completely restart the coreutils build. + + ./build.sh -r 301.coreutils.build:configure,build,install + Restart the configure, build, and install steps of the coreutils build script. + ./build.sh -r 205.psxscl.build GITROOT_HEAD=... PKG_PSXSCL_CFLAGS_CONFIGURE_EXTRA=-DPSX_INTERNAL_STRACE Build psxscl from the internal repository with strace enabled. |