diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-22 14:37:07 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-22 14:37:07 +0100 |
commit | d2a06eff166da3311a22dc5c455449910975d080 (patch) | |
tree | 0e86c7a331ae496a8510e22f24c6dd5f3db9765f | |
parent | 9fad747a95b0d822d49aeb84e807e151f5006b31 (diff) | |
download | midipix_build-d2a06eff166da3311a22dc5c455449910975d080.tar.bz2 midipix_build-d2a06eff166da3311a22dc5c455449910975d080.tar.xz |
etc/{build.usage,README}: updated.
-rw-r--r-- | etc/README | 3 | ||||
-rw-r--r-- | etc/build.usage | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,9 @@ > N.B. If you're interested in building Midipix using this script, please join the project's IRC channel #midipix on Freenode and ask for the address of the internal repositories. +> N.B. If in doubt, consult the fault-tolerant & highly optimised 3D laser show-equipped +usage screen w/ ./build.sh -h or a hungry lion may eat you alive. + A Midipix distribution consists of the following: * the native Midipix toolchain, consisting of perk, gcc, its dependencies, and binutils, diff --git a/etc/build.usage b/etc/build.usage index 2150db1d..ee7f249d 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -42,6 +42,7 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] native_packages, native_runtime, native_toolchain, and/or native_tools. ${HOME}/midipix_build.vars, ${HOME}/.midipix_build.vars, and/or ../midipix_build.vars will be sourced if present. + If either of ${DEFAULT_GITROOT_HEAD} and/or ${DEFAULT_ZIPDIST_SIGN_GPG_KEY} are to be set, export(1) them there. Examples: ./build.sh -r coreutils |