diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-13 18:53:16 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-02-13 18:53:16 +0000 |
commit | b7d16e0260b6ebb8e43fe2d2783ccf056a3a9bdd (patch) | |
tree | beade22309593d45d669cdb35b1151542ce32623 /etc | |
parent | 03dd23dc2758b451c7be60f3b2c420b84939eb53 (diff) | |
download | midipix_build-b7d16e0260b6ebb8e43fe2d2783ccf056a3a9bdd.tar.bz2 midipix_build-b7d16e0260b6ebb8e43fe2d2783ccf056a3a9bdd.tar.xz |
subr/build_args.subr: reimplemented using getopts(1).
etc/build.usage: updated.
groups/2*.native_packages_*.group: adds dependencies.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.usage | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/build.usage b/etc/build.usage index 7a413779..93f1c207 100644 --- a/etc/build.usage +++ b/etc/build.usage @@ -24,6 +24,8 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-C dir[,..]] [-D kind[,..]] Restart all packages/the specified comma-separated package(s) completely or at optionally specified comma-separated step(s) or restart the last failed package and resume build. + Prepend w/ `*' to automatically include dependencies. + Currently defined steps are: fetch_wget, fetch_git, fetch_extract, configure_patch_pre, configure_autotools, configure_patch, |