X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make-config.sh;h=3fb3fdb20bf2ddeaf0a8f53f787290aa568f7a2b;hb=05bb9b2b4ff04fb85067aa31c84d205b7a00c390;hp=98564dd7132d3e586472149b44c78c677f15b1bd;hpb=7d407220e18f65637835ed034894654ca55a4bcd;p=sbcl.git diff --git a/make-config.sh b/make-config.sh index 98564dd..3fb3fdb 100644 --- a/make-config.sh +++ b/make-config.sh @@ -191,10 +191,10 @@ generate_version # dependencies, write them out to a file to be sourced by other # scripts. -echo "export DEVNULL=\"$DEVNULL\"" > output/build-config -echo "export GNUMAKE=\"$GNUMAKE\"" >> output/build-config -echo "export SBCL_XC_HOST=\"$SBCL_XC_HOST\"" >> output/build-config -echo "export legacy_xc_spec=\"$legacy_xc_spec\"" >> output/build-config +echo "DEVNULL=\"$DEVNULL\"; export DEVNULL" > output/build-config +echo "GNUMAKE=\"$GNUMAKE\"; export GNUMAKE" >> output/build-config +echo "SBCL_XC_HOST=\"$SBCL_XC_HOST\"; export SBCL_XC_HOST" >> output/build-config +echo "legacy_xc_spec=\"$legacy_xc_spec\"; export legacy_xc_spec" >> output/build-config # And now, sorting out the per-target dependencies...