Skip to content
Snippets Groups Projects
Commit 8ff49747 authored by jdh8d's avatar jdh8d
Browse files

moved diehard, noh, and nol into cfar branch

parent fb28e24f
No related branches found
No related tags found
No related merge requests found
......@@ -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."
......
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment