summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNingSun <ning.sun@intel.com>2018-03-13 14:51:49 -0700
committerNingSun <ning.sun@intel.com>2018-03-13 15:05:01 -0700
commit0d5d16dedd93262f5016d4bfb74fc043dbf77499 (patch)
tree737051f34670f6eb2026b2aa28df242c62764592
parent4cf732060164d649e7920c846591e75e2140a167 (diff)
Calling sshsm project building script
Issue-ID: AAF-152 Change-Id: Ida50d04ca5ce9e2fe6b236644a52c664b741ae0b Signed-off-by: NingSun <ning.sun@intel.com>
-rw-r--r--jjb/aaf/build-sshsm.sh15
1 files changed, 2 insertions, 13 deletions
diff --git a/jjb/aaf/build-sshsm.sh b/jjb/aaf/build-sshsm.sh
index e26d44bfd..f5702cf85 100644
--- a/jjb/aaf/build-sshsm.sh
+++ b/jjb/aaf/build-sshsm.sh
@@ -4,17 +4,6 @@
CURRENTDIR="$(pwd)"
echo $CURRENTDIR
-echo 'Building the SoftHSMv2...'
+echo 'Building AAF/sshsm project'
+sh build.sh
-cd SoftHSMv2
-sh autogen.sh
-./configure
-make check
-cd ..
-
-echo 'Building the TPM2-Plugin...'
-
-cd TPM2-Plugin
-./bootstrap
-./configure
-make