diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-03-13 23:42:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-13 23:42:57 +0000 |
commit | 3dc240e35a83d83ccb4d8d72f68ec47ac5774386 (patch) | |
tree | 9ca29dfdd393236604eedc1cc7690d1f05fd2ef9 | |
parent | f84cbf8cc65acb095131f61824fccdc57111c53a (diff) | |
parent | 0d5d16dedd93262f5016d4bfb74fc043dbf77499 (diff) |
Merge "Calling sshsm project building script"
-rw-r--r-- | jjb/aaf/build-sshsm.sh | 15 |
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 |