summaryrefslogtreecommitdiff
path: root/bootstrap.1
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2011-11-29 14:46:04 +0000
committerAndre Fischer <af@apache.org>2011-11-29 14:46:04 +0000
commitc9117eb2c50321e185f609b0028c4825f020cd68 (patch)
treee36ca5e744260d4cbe631ac474e1c26203eb899f /bootstrap.1
parentf7cdde9860f7669937b6bf6a84ed46839a53fc0c (diff)
Fixed boostrap build breakers.
Diffstat (limited to 'bootstrap.1')
-rw-r--r--bootstrap.112
1 files changed, 0 insertions, 12 deletions
diff --git a/bootstrap.1 b/bootstrap.1
index ec6cb0193c4c..9e84c27b0836 100644
--- a/bootstrap.1
+++ b/bootstrap.1
@@ -10,18 +10,6 @@ export EXEEXT
mkdir -p "$SOLARENV/$OUTPATH/bin"
-if test "$GUI" = "WNT" -a ! -x "$SOLARENV/$OUTPATH/bin/guw$EXEEXT"; then
- echo ""
- echo "Calling $GNUMAKE in guw"
- cd "$SRC_ROOT/guw" || exit
- $GNUMAKE || exit
- echo ""
- echo "guw has been successfully made"
- cp -f "$SRC_ROOT/guw/guw$EXEEXT" "$SOLARENV/$OUTPATH/bin/guw$EXEEXT" || exit
- echo ""
- echo "guw copied to $SOLARENV/$OUTPATH/bin/guw$EXEEXT"
-fi
-
#make sure build.pl is executable
chmod +x "$SRC_ROOT/solenv/bin/build.pl"