From 8ff4974749bc2be2fb87dd47f7c1a7d3dcf45b12 Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Mon, 9 May 2016 16:31:35 +0000
Subject: [PATCH] moved diehard, noh, and nol into cfar branch

---
 build-all.sh          | 11 -----------
 clean-all.sh          | 10 ----------
 svn.externals.uva_dev |  1 -
 3 files changed, 22 deletions(-)

diff --git a/build-all.sh b/build-all.sh
index 555ba649c..345ceb0b7 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -103,20 +103,9 @@ scons || exit
 cd $IRDB_TRANSFORMS
 scons || exit
 
-cd $PEASOUP_UMBRELLA_DIR
-if [ -d DieHard ]; then
-	cd DieHard
-	./build_diehard.sh
-fi
-
-cd $PEASOUP_UMBRELLA_DIR
-if [ -d non_overlapping_heap ]; then
-	make -C non_overlapping_heap
-fi
 
 cd $PEASOUP_UMBRELLA_DIR
 
-
 echo
 echo
 echo  "peasoup/cfar_umbrella Overall build complete."
diff --git a/clean-all.sh b/clean-all.sh
index 6d9c11e6d..c25ea7205 100755
--- a/clean-all.sh
+++ b/clean-all.sh
@@ -59,13 +59,3 @@ fi
 
 cd $PEASOUP_UMBRELLA_DIR
 
-if [ -d DieHard ]; then
-	cd DieHard
-	./clean_diehard.sh
-fi
-
-if [ -d non_overlapping_heap ]; then
-	make -C non_overlapping_heap clean
-fi
-
-cd $PEASOUP_UMBRELLA_DIR
diff --git a/svn.externals.uva_dev b/svn.externals.uva_dev
index 91208dde7..13e26c53a 100644
--- a/svn.externals.uva_dev
+++ b/svn.externals.uva_dev
@@ -16,4 +16,3 @@ zipr_unpin_plugin     		http://svn.zephyr-software.com/repos/zipr_unpin_plugin/t
 zipr_large_only_plugin     	http://svn.zephyr-software.com/repos/zipr_large_only_plugin/trunk
 zipr_push64_reloc_plugin     	http://svn.zephyr-software.com/repos/zipr_push64_reloc_plugin/trunk
 IdaProServer         		http://svn.zephyr-software.com/repos/IdaProServer/trunk/
-DieHard         		http://svn.zephyr-software.com/repos/DieHard/trunk
-- 
GitLab