aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/build-max-darwin.sh
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-08-24 02:34:30 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-08-24 02:34:30 +0000
commit02a91a1c1287fea5932bde76ceaece20cb69d1e1 (patch)
treee5f21bd2bdd1d47f790f27301c3459dd15559ba8 /externals/grill/flext/build-max-darwin.sh
parent6bde9039f63f4529bc29705cf05750161d299cf5 (diff)
""
svn path=/trunk/; revision=1972
Diffstat (limited to 'externals/grill/flext/build-max-darwin.sh')
-rwxr-xr-xexternals/grill/flext/build-max-darwin.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/externals/grill/flext/build-max-darwin.sh b/externals/grill/flext/build-max-darwin.sh
new file mode 100755
index 00000000..b8360772
--- /dev/null
+++ b/externals/grill/flext/build-max-darwin.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+. config-max-darwin.txt
+
+make -f makefile.max-darwin &&
+{
+ if [ $INSTDIR != "" ]; then
+ echo Now install as root
+ sudo make -f makefile.max-darwin install
+ fi
+}