From 0724e525c8f3144b7fc689e5762ee04202dbd715 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: Sat, 27 Feb 2016 14:33:13 +0000 Subject: - Implements -c (clean) and -nd (no download (unless necessary.)) - General cleanup; consistent build status files in $PREFIX, LICENSE -> LICENCE., fix libelf's pkg_libelf_install_post(), rotate status files and tarballs. --- build.usage | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'build.usage') diff --git a/build.usage b/build.usage index 00ef1583..c43a5e15 100644 --- a/build.usage +++ b/build.usage @@ -1,4 +1,6 @@ -usage: ./build.sh [-r ALL|name[:step]] [-h] [-t] +usage: ./build.sh [-c] [-nd] [-r ALL|name[:step]] [-h] [-t] + -c Clean $PREFIX before processing build scripts. + -nd Don't rm(1) and re-download tarballs when not required. -r ALL|name[:step] Restart all or the specified build script(s) completely or at the optionally specified build step. Currently defined build steps are: fetch extract patch configure clean build @@ -13,8 +15,8 @@ usage: ./build.sh [-r ALL|name[:step]] [-h] [-t] named ${PKG_SUBDIR}.local.patch. Examples: - ./build.sh -r psxscl -- GITROOT_HEAD=... PKG_PSXSCL_CFLAGS=-DPSX_INTERNAL_STRACE + ./build.sh -r psxscl GITROOT_HEAD=... PKG_PSXSCL_CFLAGS=-DPSX_INTERNAL_STRACE Build psxscl from the internal repository with strace enabled. - ./build.sh -r ALL -- GITROOT_HEAD=... - Forcibly rebuild everything. + ./build.sh -c -r ALL GITROOT_HEAD=... + Clean $PREFIX and forcibly rebuild everything. -- cgit v1.2.3