summaryrefslogtreecommitdiffhomepage
path: root/etc/build.usage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-13 18:53:16 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-13 18:53:16 +0000
commitb7d16e0260b6ebb8e43fe2d2783ccf056a3a9bdd (patch)
treebeade22309593d45d669cdb35b1151542ce32623 /etc/build.usage
parent03dd23dc2758b451c7be60f3b2c420b84939eb53 (diff)
downloadmidipix_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/build.usage')
-rw-r--r--etc/build.usage2
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,