diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-10-31 23:48:49 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-11-03 17:36:44 +0100 |
commit | 75a087c80730bdce257756d863397da8268469b5 (patch) | |
tree | 70ecdac097b636a6548a79d9431e6ef679483e3b /bootstrap | |
parent | d32878608ecfdeceaddb266ac69198ef69b62c12 (diff) |
compile concat-deps in solenv; also put them into $(OUTDIR)
Change-Id: I4ef21f14a77442b60059c649b83435c775670060
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bootstrap b/bootstrap index 073f69a70e90..b7a73622e1d1 100755 --- a/bootstrap +++ b/bootstrap @@ -72,14 +72,6 @@ if test "$BUILD_DMAKE" != "NO"; then echo "dmake copied to $SOLARENV/$OUTPATH_FOR_BUILD/bin/dmake$EXEEXT" fi -# build concat-deps -echo "building concat-deps" -if [ "$COM_FOR_BUILD" = "MSC" ] ; then - # on cygwin force the use of gcc - gcc -O2 "$SOLARENV/bin/concat-deps.c" -o "$SOLARENV/bin/concat-deps" || exit -else - $CC_FOR_BUILD -O2 "$SOLARENV/bin/concat-deps.c" -o "$SOLARENV/bin/concat-deps" || exit -fi #make sure build.pl is executable chmod +x "$SRC_ROOT/solenv/bin/build.pl" |