summaryrefslogtreecommitdiffhomepage
path: root/build.usage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-10 16:19:23 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-07-10 16:19:23 +0000
commita8960162daf2fee5955732def8862aa60bf6bf0b (patch)
tree02b082fb4b091eb71dc9293d74377e917a0f0843 /build.usage
parent806c982e1dd9ef30ae17cd179476802015d1cd00 (diff)
downloadmidipix_build-a8960162daf2fee5955732def8862aa60bf6bf0b.tar.bz2
midipix_build-a8960162daf2fee5955732def8862aa60bf6bf0b.tar.xz
Adds pseudo-build step `diff.'
Diffstat (limited to 'build.usage')
-rw-r--r--build.usage10
1 files changed, 6 insertions, 4 deletions
diff --git a/build.usage b/build.usage
index 2048aecc..624f66ca 100644
--- a/build.usage
+++ b/build.usage
@@ -1,5 +1,5 @@
usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-c] [-h] [-i level.name.build]
- [-r ALL|level.name.build[:step]] [-t[.gz|.bz2|.xz] [-x]
+ [-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.
@@ -8,11 +8,13 @@ usage: ./build.sh [-a nt32|nt64] [-b debug|release] [-c] [-h] [-i level.name.bui
-i level.name.build Insert link to pkg.build for the specified build script.
All consecutive scripts with higher build levels will
be renamed automatically.
- -r ALL|level.name.build[:step]
+ -r ALL|level.name.build[:step[,...]]
Restart all or the specified build script(s) completely
or at the optionally specified build step. Currently defined
- build steps are: fetch extract build_dir autoconf patch configure
- clean build install.
+ build steps are: fetch extract build_dir autoconf patch
+ configure clean build install.
+ -r level.name.build:diff
+ Automatically produce diff(1).
-t[.gz|.bz2|.xz] Produce binary distribution and source tarballs containing ${PREFIX}
sans ${WORKDIR} and ${PREFIX}/src/midipix_build and ${WORKDIR} sans top-
level regular files at the end of a build with zero failures. The