diff options
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: |