diff options
author | Jordan Ayers <jordan.ayers@gmail.com> | 2011-08-10 08:17:55 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-10 20:43:23 -0500 |
commit | da1681af3a32ba7d0d6406dcc4ddfc1c5e56d914 (patch) | |
tree | 8baafbe89a4792d1bc02018080d15c7b63565fc1 /bootstrap.1 | |
parent | 0410bbafafb4880c9ab5f399c6c5801a4ce93619 (diff) |
Remove --server mode and supporting code from build.pl.
Diffstat (limited to 'bootstrap.1')
-rwxr-xr-x | bootstrap.1 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap.1 b/bootstrap.1 index 069b9951df26..19a9d1ea64ea 100755 --- a/bootstrap.1 +++ b/bootstrap.1 @@ -11,7 +11,6 @@ fi unalias mkout unalias deliver unalias build -unalias build_client unalias zipdep # executables are *.exe for WNT. This variable is necessary since Cygwin 1.5.x @@ -71,7 +70,6 @@ fi #make sure build.pl is executable chmod +x "$SRC_ROOT/solenv/bin/build.pl" -chmod +x "$SRC_ROOT/solenv/bin/build_client.pl" chmod +x "$SRC_ROOT/solenv/bin/zipdep.pl" chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl" |