diff --git a/build-all.sh b/build-all.sh index 555ba649ca4cc005365b262d1713fe2cb4b7f7e2..345ceb0b746d39cc509c80c8430ae0d99fbf339f 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 6d9c11e6d0a0737968916bfe99b98610f5ed4ee7..c25ea72059e34dc3aa063b515745c586645abef3 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 91208dde756e59b482f33d6d4a5121d67928eb58..13e26c53ab15be67d87352083e084dc987e35890 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