[Cryptech-Commits] [user/sra/alpha-releng/software] branch master updated: Fix distclean target and drag in change to disable libtfm assembly code.

git at cryptech.is git at cryptech.is
Sun Jun 26 17:08:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository user/sra/alpha-releng/software.

The following commit(s) were added to refs/heads/master by this push:
       new  856cb22   Fix distclean target and drag in change to disable libtfm assembly code.
856cb22 is described below

commit 856cb22d530e820c122e0dbee5b61edff91d235e
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Sun Jun 26 13:07:40 2016 -0400

    Fix distclean target and drag in change to disable libtfm assembly code.
---
 source/Makefile  | 4 +++-
 source/sw/pkcs11 | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/source/Makefile b/source/Makefile
index 7b44136..e2fdb1b 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -6,7 +6,9 @@ all:
 	cd sw/pkcs11; ${MAKE}
 
 clean distclean:
-	for d in thirdparty/libtfm libhal pkcs11; do (cd $$d && ${MAKE} $@); done
+	cd sw/thirdparty/libtfm;  ${MAKE} $@
+	cd sw/libhal; ${MAKE} $@
+	cd sw/pkcs11; ${MAKE} $@
 
 install: all
 	install -m 644 -D sw/pkcs11/libpkcs11.so	${DESTDIR}/usr/lib/libpkcs11.so
diff --git a/source/sw/pkcs11 b/source/sw/pkcs11
index 6c7ea99..3118c13 160000
--- a/source/sw/pkcs11
+++ b/source/sw/pkcs11
@@ -1 +1 @@
-Subproject commit 6c7ea9977c45116cc51aba7a4486059926d01113
+Subproject commit 3118c1384c46140269033ea63faa6ebca9a3af5a

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list