Kaydet (Commit) 38a09a9e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Env.Build.sh should source config_build.mk

üst 322085e0
...@@ -2941,7 +2941,7 @@ if test "$cross_compiling" = "yes"; then ...@@ -2941,7 +2941,7 @@ if test "$cross_compiling" = "yes"; then
test -f ./Env.Host.sh 2>/dev/null || exit test -f ./Env.Host.sh 2>/dev/null || exit
test -f ./config_host.mk 2>/dev/null || exit test -f ./config_host.mk 2>/dev/null || exit
cp config_host.mk ../config_build.mk cp config_host.mk ../config_build.mk
cp Env.Host.sh ../Env.Build.sh sed -e 's/config_host.mk/config_build.mk/' <Env.Host.sh >../Env.Build.sh
cp config.log ../config.Build.log cp config.log ../config.Build.log
. ./config_host.mk . ./config_host.mk
. ./Env.Host.sh . ./Env.Host.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment