summaryrefslogtreecommitdiffhomepage
path: root/build.usage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-21 11:22:46 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-21 11:22:46 +0000
commitec813227662caaa5434a528768f7c1467172be89 (patch)
tree604531d5215ba21e435a0418527a47e46ca6153e /build.usage
parent8d03b33b9eeeb087dc28e939f76dcedf7fed17e8 (diff)
downloadmidipix_build-ec813227662caaa5434a528768f7c1467172be89.tar.bz2
midipix_build-ec813227662caaa5434a528768f7c1467172be89.tar.xz
Adds -pi (old -i, insert build script) and -pr (remove build script.)
Diffstat (limited to 'build.usage')
-rw-r--r--build.usage10
1 files changed, 7 insertions, 3 deletions
diff --git a/build.usage b/build.usage
index 59677ed6..5a105c00 100644
--- a/build.usage
+++ b/build.usage
@@ -1,13 +1,17 @@
-usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-c] [-h] [-i level.name.build]
- [-r ALL|level.name.build[:diff|:step[,...]]] [-t[.gz|.bz2|.xz] [-x]
+usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-c] [-h] [-pi level.name.build]
+ [-pr level.name.build] [-r ALL|level.name.build[:diff|:step[,...]]]
+ [-t[.gz|.bz2|.xz] [-x]
-a nt32|nt64 Selects 32-bit or 64-bit architecture; defaults to nt64.
-b debug|release Selects debug or release build; defaults to debug.
This currently only controls CFLAGS.
-c Clean ${PREFIX} before processing build scripts.
-h Show this screen.
- -i level.name.build Insert link to pkg.build for the specified build script.
+ -pi level.name.build Insert link to pkg.build for the specified build script.
All consecutive scripts with higher build levels will
be renamed automatically.
+ -pr level.name.build Remove the specified build script. As with -pi, all con-
+ secutive scripts with higher build levels will be renamed
+ automatically.
-r ALL|level.name.build[:step[,...]]
Restart all or the specified build script(s) completely
or at the optionally specified build step. Currently defined