From 8227a8007a09ebb8a8780a79e15846c535de5397 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: Sun, 3 Dec 2017 16:47:31 +0000 Subject: etc/build.usage: update. subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): reimplement -r ALL. --- etc/build.usage | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'etc') diff --git a/etc/build.usage b/etc/build.usage index 6976122e..9280be52 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -33,11 +33,7 @@ usage: ./build.sh [-4|6] [-a nt32|nt64] [-b debug|release] packages or native_packages_cmdline, native_packages_dev, native_packages_etc, native_packages_inet, or dist, dist_minipix, or dist_target. - ${HOME}/midipix_build.vars, ../midipix_build.vars, and build.vars are sourced - if they exist. - - Packages that are built by pkg.build will apply local patches in ${BUILD_WORKDIR} - named ${PKG_SUBDIR}.local.patch. + ${HOME}/midipix_build.vars will be sourced if present. Examples: ./build.sh -r coreutils @@ -46,10 +42,10 @@ usage: ./build.sh [-4|6] [-a nt32|nt64] [-b debug|release] ./build.sh -r coreutils:configure,build,install Restart the configure, build, and install steps of the coreutils build. - ./build.sh -r psxscl GITROOT_HEAD=... PKG_PSXSCL_CFLAGS_CONFIGURE_EXTRA=-DPSX_INTERNAL_STRACE + ./build.sh -r psxscl DEFAULT_GITROOT_HEAD=... PKG_PSXSCL_CFLAGS_CONFIGURE_EXTRA=-DPSX_INTERNAL_STRACE Build psxscl from the internal repository with strace enabled. - ./build.sh -c -r ALL GITROOT_HEAD=... + ./build.sh -c -r ALL DEFAULT_GITROOT_HEAD=... Clean ${PREFIX} and forcibly rebuild everything. This script has been tested on the following platforms: -- cgit v1.2.3