diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-12-03 16:47:31 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-12-03 16:47:31 +0000 |
commit | 8227a8007a09ebb8a8780a79e15846c535de5397 (patch) | |
tree | edd8d768fc02fc895a7c1cf6fadc7dec6a20c648 /etc | |
parent | 92aaa1790d68caaca4387a835bd5143b100d42fb (diff) | |
download | midipix_build-8227a8007a09ebb8a8780a79e15846c535de5397.tar.bz2 midipix_build-8227a8007a09ebb8a8780a79e15846c535de5397.tar.xz |
etc/build.usage: update.
subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): reimplement -r ALL.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 10 |
1 files changed, 3 insertions, 7 deletions
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: |