From 59769d0fd36b195379d843a21c68d388e30da39d Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@git.zephyr-software.com> Date: Mon, 29 Feb 2016 16:47:19 +0000 Subject: [PATCH] build/clean/svn:externals update for unpin plugin --- build-all.sh | 3 +++ clean-all.sh | 3 +++ svn.externals.uva_dev | 1 + 3 files changed, 7 insertions(+) diff --git a/build-all.sh b/build-all.sh index 38b348eef..350aae593 100755 --- a/build-all.sh +++ b/build-all.sh @@ -97,6 +97,9 @@ scons || exit cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin scons || exit +cd $PEASOUP_UMBRELLA_DIR/zipr_unpin_plugin +scons || exit + cd $IRDB_TRANSFORMS scons || exit diff --git a/clean-all.sh b/clean-all.sh index e4c03a13b..4a1bc0d25 100755 --- a/clean-all.sh +++ b/clean-all.sh @@ -49,6 +49,9 @@ scons -c || exit cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin scons -c || exit +cd $PEASOUP_UMBRELLA_DIR/zipr_unpin_plugin +scons -c || exit + if [ -d $ZIPR_HOME ]; then cd $ZIPR_HOME scons -c || exit diff --git a/svn.externals.uva_dev b/svn.externals.uva_dev index 7479758e4..8a5cdd537 100644 --- a/svn.externals.uva_dev +++ b/svn.externals.uva_dev @@ -12,6 +12,7 @@ zipr_install http://svn.zephyr-software.com/repos/zipr_install/trunk/ zipr_callbacks http://svn.zephyr-software.com/repos/zipr_callbacks/trunk/ zipr_sdk http://svn.zephyr-software.com/repos/zipr_sdk/trunk/ zipr_scfi_plugin http://svn.zephyr-software.com/repos/zipr_scfi_plugin/trunk +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_push64_reloc_plugin http://svn.zephyr-software.com/repos/zipr_push64_reloc_plugin/trunk IdaProServer http://svn.zephyr-software.com/repos/IdaProServer/trunk/ -- GitLab