From df50d2dcfeb382a051528e4f64bad4c0b8fe83f8 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 23 Nov 2012 12:54:15 +0100 Subject: 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 --- config_host.mk.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config_host.mk.in') 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 -- cgit