From 09403216289f6209ab8d68acc40229612b80ebc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Mon, 29 Feb 2016 12:46:29 +0100 Subject: Added more examples to build.usage. --- build.usage | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- cgit v1.2.3