From 37d3ece174933788b6e6509397551af787a8fc45 Mon Sep 17 00:00:00 2001 From: jdh8d <jdh8d@git.zephyr-software.com> Date: Tue, 7 Jul 2015 16:14:06 +0000 Subject: [PATCH] --- build-all.sh | 16 ++++++++++------ clean-all.sh | 6 +++--- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/build-all.sh b/build-all.sh index e98e8674a..3337b65d2 100755 --- a/build-all.sh +++ b/build-all.sh @@ -47,8 +47,9 @@ if [ ! "$SMPSA_HOME" ]; then exit 1; fi cd $SMPSA_HOME -./configure -make +#./configure +#make +scons # security-transforms if [ ! "$SECURITY_TRANSFORMS_HOME" ]; then @@ -56,8 +57,9 @@ if [ ! "$SECURITY_TRANSFORMS_HOME" ]; then exit 1; fi cd $SECURITY_TRANSFORMS_HOME -./configure -./build.sh +#./configure +#./build.sh +scons cd $PEASOUP_HOME make @@ -68,7 +70,9 @@ make make install cd $ZIPR_HOME -./configure --prefix=$ZIPR_INSTALL; make; make install +scons +# ./configure --prefix=$ZIPR_INSTALL; make; make install cd $ZIPR_SCFI_PLUGIN -./configure --prefix=$ZIPR_INSTALL; make; make install +scons +#./configure --prefix=$ZIPR_INSTALL; make; make install diff --git a/clean-all.sh b/clean-all.sh index 3df08d166..8e9e90d87 100755 --- a/clean-all.sh +++ b/clean-all.sh @@ -32,7 +32,7 @@ if [ ! "$SMPSA_HOME" ]; then fi cd $SMPSA_HOME ./configure -make clean +scons -c # security-transforms if [ ! "$SECURITY_TRANSFORMS_HOME" ]; then @@ -40,8 +40,8 @@ if [ ! "$SECURITY_TRANSFORMS_HOME" ]; then exit 1; fi cd $SECURITY_TRANSFORMS_HOME -make clean +scons -c cd $ZIPR_HOME -make clean +scons -c -- GitLab