aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vasp/build-pd-linux.sh
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-12-18 05:02:44 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-12-18 05:02:44 +0000
commite9f8fa66c202381780bccc5e5082e8c2487a9433 (patch)
treeefafe9de97f610b65402b5931a24eb53116f1543 /externals/grill/vasp/build-pd-linux.sh
parente741586389de21efe0dd7fa1b0057c970e4c1a17 (diff)
updated make system for BCC
use flext build system avoid malicious file name characters using flext build system updated build system svn path=/trunk/; revision=2406
Diffstat (limited to 'externals/grill/vasp/build-pd-linux.sh')
-rw-r--r--externals/grill/vasp/build-pd-linux.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/externals/grill/vasp/build-pd-linux.sh b/externals/grill/vasp/build-pd-linux.sh
deleted file mode 100644
index 77c6e3ff..00000000
--- a/externals/grill/vasp/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
-}