aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/dynext/build-pd-linux.sh
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-19 05:10:46 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-19 05:10:46 +0000
commit1a8a5f119d8dc4e8b8f54867f419a2244468d4ef (patch)
treeb9cb67f612c8a11428d764f6fae10f41161b6f74 /externals/grill/dynext/build-pd-linux.sh
parent1b56c59a0aec948ff76dac8a4a99be34d24f163f (diff)
updated make system
svn path=/trunk/; revision=2414
Diffstat (limited to 'externals/grill/dynext/build-pd-linux.sh')
-rw-r--r--externals/grill/dynext/build-pd-linux.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/externals/grill/dynext/build-pd-linux.sh b/externals/grill/dynext/build-pd-linux.sh
deleted file mode 100644
index 413650f7..00000000
--- a/externals/grill/dynext/build-pd-linux.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-. config-pd-linux.txt
-
-make -f makefile.pd-linux &&
-{
- if [ $INSTPATH != "" ]; then
- echo Now install as root
- su -c "make -f makefile.pd-linux install"
- fi
-}