From fd9366c85cdb627886901b7c09ef267b294d5d98 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Sat, 24 Dec 2011 19:25:58 -0600 Subject: prep work to eliminated Env.*.sh, introduce config_{host,build}.mk This introduce config_host.mk and config_build.mk generated from config_host.mk.in The intent is for that file to be both sourcable in a shell and includable in a gnu Makefile. Eventually all the environment set-up will be in config_host.mk.in and so there won't be a need to source anything in shell before make. --- download | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'download') diff --git a/download b/download index 279263ca6180..a1548760e101 100755 --- a/download +++ b/download @@ -28,7 +28,7 @@ # environment setup yet? if [ -z "$TARFILE_LOCATION" ]; then - . ./Env.Host.sh + . ./config_host.mk && . ./Env.Host.sh fi # we want to clone if we are in the bootstrap git repo and clone does not exist yet -- cgit