diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-11-23 12:54:15 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-11-27 22:40:25 +0100 |
commit | df50d2dcfeb382a051528e4f64bad4c0b8fe83f8 (patch) | |
tree | 2a900ccfecd126aa7670963b4584737d863026e6 /config_host.mk.in | |
parent | cb3fc7ff18545412827cb017818890eda7e2f564 (diff) |
download few tarballs directly without md5sum in name
..and add few fixes, like:
* use 'set -o pipefail' to fail meaningfully
* include download.lst at the end of config_host.mk
* MOZ_ZIP_* do not have md5sum, do not check for it
Change-Id: I23759aa2f5fdd55b662588fdb0a31568a686aef7
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index ceef696fc6ae..167e557800d3 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -639,4 +639,5 @@ export ZLIB_CFLAGS=$(gb_SPACE)@ZLIB_CFLAGS@ export ZLIB_LIBS=$(gb_SPACE)@ZLIB_LIBS@ # tarball names +# does use some of the variables defined above include @SRC_ROOT@/download.lst |