From 09403216289f6209ab8d68acc40229612b80ebc5 Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz (arab, vxp) Date: Feb 29 2016 11:46:29 +0000 Subject: Added more examples to build.usage. --- diff --git a/build.usage b/build.usage index be19aec..ea09ad1 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.