aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/build-pd-darwin.sh
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-18 05:04:43 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-18 05:04:43 +0000
commit8173cd6fbbe611dcaf5c643f3d3fd4873dde0c19 (patch)
treeec80a284f0cdcf5a3cc7790eb5685880f344530e /externals/grill/xsample/build-pd-darwin.sh
parent2df5c0c5b5fc38fbc2094efe32e86e8516622d23 (diff)
use flext build system
using flext build system updated build system svn path=/trunk/; revision=2408
Diffstat (limited to 'externals/grill/xsample/build-pd-darwin.sh')
-rwxr-xr-xexternals/grill/xsample/build-pd-darwin.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/externals/grill/xsample/build-pd-darwin.sh b/externals/grill/xsample/build-pd-darwin.sh
deleted file mode 100755
index 38814a9a..00000000
--- a/externals/grill/xsample/build-pd-darwin.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-SYS=pd-darwin
-
-. config-${SYS}.txt
-
-make -f makefile.${SYS} &&
-{
- if [ $INSTDIR != "" ]; then
- echo Now install as root
- sudo make -f makefile.${SYS} install
- fi
- if [ $HELPDIR != "" ]; then
- echo Now install help as root
- sudo make -f makefile.${SYS} install-help
- fi
-}