From 8173cd6fbbe611dcaf5c643f3d3fd4873dde0c19 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 18 Dec 2004 05:04:43 +0000 Subject: use flext build system using flext build system updated build system svn path=/trunk/; revision=2408 --- externals/grill/xsample/build-pd-linux.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 externals/grill/xsample/build-pd-linux.sh (limited to 'externals/grill/xsample/build-pd-linux.sh') diff --git a/externals/grill/xsample/build-pd-linux.sh b/externals/grill/xsample/build-pd-linux.sh deleted file mode 100755 index 77c6e3ff..00000000 --- a/externals/grill/xsample/build-pd-linux.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -SYS=pd-linux - -. config-${SYS}.txt - -make -f makefile.${SYS} && -{ - if [ $INSTDIR != "" ]; then - echo Now install as root - su -c "make -f makefile.${SYS} install" - fi - if [ $HELPDIR != "" ]; then - echo Now install help as root - su -c "make -f makefile.${SYS} install-help" - fi -} -- cgit v1.2.1