summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgen_autobuild5
-rwxr-xr-xupdate_ptxconfigs.sh10
2 files changed, 0 insertions, 15 deletions
diff --git a/gen_autobuild b/gen_autobuild
deleted file mode 100755
index 343c426..0000000
--- a/gen_autobuild
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-find ptxconfigs -name "*.ptxconfig" | sort | sed \
- -e "s:^ptxconfigs/:\t:" \
- -e "s:\.ptxconfig: \\\:"
diff --git a/update_ptxconfigs.sh b/update_ptxconfigs.sh
deleted file mode 100755
index bb4f790..0000000
--- a/update_ptxconfigs.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-for i in ptxconfigs/*.ptxconfig; do
- test -e ptxconfig && rm ptxconfig
- ln -sf $i ptxconfig
- echo -e "\n --- Process config : $i\n"
- ptxdist oldconfig
-done
-
-rm ptxconfig