From 75a087c80730bdce257756d863397da8268469b5 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 31 Oct 2012 23:48:49 +0100 Subject: compile concat-deps in solenv; also put them into $(OUTDIR) Change-Id: I4ef21f14a77442b60059c649b83435c775670060 --- bootstrap | 8 -------- 1 file changed, 8 deletions(-) (limited to 'bootstrap') 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" -- cgit