summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-05-30 20:41:26 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-05-30 20:41:26 +0000
commitf3562be2bbdcf4bd4ccf17bf453dcc23dc25c639 (patch)
tree44fadaad9df3d8b74edb0dd98f8fdff98d7a0b5d /etc
parent205f1f226588cc0c6dcb072ec8a99f2fc019693f (diff)
downloadmidipix_build-f3562be2bbdcf4bd4ccf17bf453dcc23dc25c639.tar.bz2
midipix_build-f3562be2bbdcf4bd4ccf17bf453dcc23dc25c639.tar.xz
build.sh, etc/build.usage: adds -[46]: force IPv[46] when downloading.
subr/pre_setup_env.subr: prepend -4 or -6 to ${WGET_ARGS} when -[46] was specified.
Diffstat (limited to 'etc')
-rw-r--r--etc/build.usage6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/build.usage b/etc/build.usage
index 4afb4504..18be3f4b 100644
--- a/etc/build.usage
+++ b/etc/build.usage
@@ -1,7 +1,9 @@
-usage: ./build.sh [-x] [-a nt32|nt64] [-b debug|release] [-c] [-C] [-h]
- [-i] [-N] [-r package[,...][:step]] [-R] [-t[.gz|.bz2|.xz]
+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.
-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.