diff --git a/build-all.sh b/build-all.sh index ec2102d945ecb5ade6057a48679871629893024c..f596b7df9cae93bc12bee5d35f520a4981604452 100755 --- a/build-all.sh +++ b/build-all.sh @@ -76,10 +76,10 @@ if [ ! "$SECURITY_TRANSFORMS_HOME" ]; then fi cd $SECURITY_TRANSFORMS_HOME -scons -j 3|| exit +scons || exit cd $SMPSA_HOME -scons -j 3|| exit +scons || exit cd $PEASOUP_HOME make || exit @@ -93,35 +93,35 @@ fi if [ -d $ZIPR_HOME ]; then cd $ZIPR_HOME - scons -j 3|| exit + scons || exit fi if [ -d $ZIPR_SCFI_PLUGIN ]; then cd $ZIPR_SCFI_PLUGIN - scons -j 3|| exit + scons || exit fi cd $PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/ -scons -j 3|| exit +scons || exit if [[ -e $PEASOUP_UMBRELLA_DIR/zipr ]] && [[ -e $PEASOUP_UMBRELLA_DIR/zipr_relax_plugin ]] ; then cd $PEASOUP_UMBRELLA_DIR/zipr_relax_plugin/ - scons -j 3|| exit + scons || exit fi if [[ -e $PEASOUP_UMBRELLA_DIR/zipr ]] && [[ -e $PEASOUP_UMBRELLA_DIR/zipr_trace_plugin ]] ; then cd $PEASOUP_UMBRELLA_DIR/zipr_trace_plugin/ - scons -j 3|| exit + scons || exit fi cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin -scons -j 3|| exit +scons || exit cd $PEASOUP_UMBRELLA_DIR/zipr_unpin_plugin -scons -j 3|| exit +scons || exit cd $IRDB_TRANSFORMS -scons -j 3|| exit +scons || exit if [ -d $DAFFY_HOME ]; then cd $DAFFY_HOME diff --git a/svn.externals.uva_dev b/svn.externals.uva_dev index 8e2c3708f2a9eb9bdc09ae5670854e8509645aa9..bf8bee79de7ef3047b8f7f1bafdfb37d00add239 100644 --- a/svn.externals.uva_dev +++ b/svn.externals.uva_dev @@ -1,6 +1,6 @@ diablo_toolchain http://svn.zephyr-software.com/repos/diablo_toolchain/trunk/ -idaproCur http://svn.zephyr-software.com/repos/idaproCur/trunk/ -idaproCur_sdk http://svn.zephyr-software.com/repos/idaproCur_sdk/trunk/ +idaproCur http://svn.zephyr-software.com/repos/idapro70/trunk/ +idaproCur_sdk http://svn.zephyr-software.com/repos/idapro70_sdk/trunk/ strata http://svn.zephyr-software.com/repos/strata/trunk/ peasoup_examples http://svn.zephyr-software.com/repos/peasoup_examples/trunk/ security_transforms http://svn.zephyr-software.com/repos/security_transforms/trunk/