Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Clean up header and tweak help usage
Browse files Browse the repository at this point in the history
  • Loading branch information
firegrass committed Mar 2, 2011
1 parent 517cf52 commit 8150315
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions mono_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,7 @@
# Contributions from Dan Quirk, William F. Cook
# This is free script under GNU GPL version 3.

# Modified by William F. Cook for use at DRS AMTC to build full monodevelop environment
# DRS Notes:
# * LLVM is built but not loaded by default. Modify mono-2.8 & mono-2.8-env
# with the "export MONO_USE_LLVM=1" in order to turn it on by default
# * To get XSP to build, you may first have to modifi ./mono-src-$VERSION/xsp/docs/makefile.am
# to change:
# INSTALLATION_DIR=$(shell pkg-config monodoc --variable=sourcesdir)
# to:
# INSTALLATION_DIR=/opt/mono-2.8/lib/monodoc/sources
# I’m working on that…
# LLVM is built but not loaded by default. Use "export MONO_USE_LLVM=1" to turn it on

#options
skipupdate=
Expand Down Expand Up @@ -69,7 +60,7 @@ else
fi
;;
h)
echo "Usage: mono_build.sh [-v] [-p] [-m] [-r] [-s] [-t] [-a] [-i] [-u] [-b] [-c]";
echo "Usage: mono_build.sh [-v version] [-p prefix] [-m gitmodules] [-r] [-s] [-t] [-a] [-i] [-u] [-b] [-c]";
echo
echo "Command line options"
echo
Expand Down

0 comments on commit 8150315

Please sign in to comment.