summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-06-06 13:22:57 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-06-06 18:10:32 +0000
commit7b01b590b0a0d007eae1d07c2cd8c60ffe1685b9 (patch)
treeb432cc7729e38581e10865731b8ad9b9d63e1790 /etc
parent698a323c9dae93d0a34a8294977bd20a5c6a7b1d (diff)
downloadmidipix_build-7b01b590b0a0d007eae1d07c2cd8c60ffe1685b9.tar.bz2
midipix_build-7b01b590b0a0d007eae1d07c2cd8c60ffe1685b9.tar.xz
build.sh, etc/build.usage: adds --debug-minipix: override default behaviour of strip(1)ping minipix/bin/*.
subr/post_strip.subr: strip(1) minipix/bin/* unless --debug-minipix was specified (via midipix.) vars/build.vars: adds `minipix' target individually and as part of `world' encompassing all minipix-flavoured packages.
Diffstat (limited to 'etc')
-rw-r--r--etc/build.usage13
1 files changed, 6 insertions, 7 deletions
diff --git a/etc/build.usage b/etc/build.usage
index 18be3f4b..1b5de5e2 100644
--- a/etc/build.usage
+++ b/etc/build.usage
@@ -1,12 +1,10 @@
-usage: ./build.sh [-x] [-4] [-6] [-a nt32|nt64] [-b debug|release] [-c] [-C]
- [-h] [-i] [-N] [-r package[,...][:step]] [-R] [-t[.gz|.bz2|.xz]
- [-v] [<target>[ ...]]
+usage: ./build.sh [-x] [-4|6] [-a nt32|nt64] [-b debug|release] [-c] [-C] [-h]
+ [-i] [-N] [-r package[,...][:step]] [-R] [-t[.gz|.bz2|.xz] [-v]
+ [<target>[ ...]]
-x Set the xtrace sh(1)ell option for debugging purposes.
- -4 Force IPv4 when downloading files.
- -6 Force IPv6 when downloading files.
+ -4|-6 Force IPv[46] when downloading files.
-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.
-C Check package(s) for updates upstream.
-h Show this screen.
@@ -23,9 +21,10 @@ usage: ./build.sh [-x] [-4] [-6] [-a nt32|nt64] [-b debug|release] [-c] [-C]
tarballs will be compressed with either gzip, bzip2, or xz and signed
with GPG; the default compression is xz.
-v Be verbose.
+ --debug-minipix Don't strip(1) minipix binaries to facilitate debugging minipix.
<target>[ ...] One of:
host_toolchain, native_toolchain, runtime, lib_packages,
- leaf_packages, world, or devroot.
+ leaf_packages, minipix, world, or devroot.
${HOME}/midipix_build.vars, ../midipix_build.vars, and build.vars are sourced
if they exist.