Skip to content
Snippets Groups Projects
Commit 4e6dc2d8 authored by jdh8d's avatar jdh8d
Browse files

No commit message

No commit message
parent d5b15992
No related branches found
No related tags found
No related merge requests found
......@@ -104,8 +104,13 @@ fi
cd $PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/
scons -j 3|| exit
cd $PEASOUP_UMBRELLA_DIR/zipr_relax_plugin/
scons -j 3|| exit
if [ -e zipr ] ; then
cd $PEASOUP_UMBRELLA_DIR/zipr_relax_plugin/
scons -j 3|| exit
cd $PEASOUP_UMBRELLA_DIR/zipr_trace_plugin/
scons -j 3|| exit
fi
cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin
scons -j 3|| exit
......
......@@ -48,8 +48,13 @@ if [ -d "$PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/" ]; then
scons -c || exit
fi
cd $PEASOUP_UMBRELLA_DIR/zipr_relax_plugin/
scons -c || exit
if [ -f zipr ]; then
cd $PEASOUP_UMBRELLA_DIR/zipr_relax_plugin/
scons -c || exit
cd $PEASOUP_UMBRELLA_DIR/zipr_trace_plugin/
scons -c || exit
fi
cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin
scons -c || exit
......
......@@ -15,6 +15,7 @@ zipr_scfi_plugin http://svn.zephyr-software.com/repos/zipr_scfi_plugin/tru
zipr_unpin_plugin http://svn.zephyr-software.com/repos/zipr_unpin_plugin/trunk
zipr_large_only_plugin http://svn.zephyr-software.com/repos/zipr_large_only_plugin/trunk
zipr_relax_plugin http://svn.zephyr-software.com/repos/zipr_relax_plugin/trunk
zipr_trace_plugin http://svn.zephyr-software.com/repos/zipr_trace_plugin/trunk
zipr_push64_reloc_plugin http://svn.zephyr-software.com/repos/zipr_push64_reloc_plugin/trunk
daffy http://svn.zephyr-software.com/repos/daffy/trunk/
IdaProServer http://svn.zephyr-software.com/repos/IdaProServer/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