OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4397-g493765c
Gerrit Code Review
gerrit@openafs.org
Wed, 8 Oct 2014 10:54:17 -0400
The following commit has been merged in the master branch:
commit d31d7c3cb0d78f77e2e12215a35efaa7754813e4
Author: Benjamin Kaduk <kaduk@mit.edu>
Date: Fri Sep 19 15:01:29 2014 -0400
Build venus tests with libtool
This was the only place doing -lafshcrypto_lwp on the command line.
(There are other consumers, which list libafshcrypto_lwp.a explicitly;
we can use the presence of libafshcrypto_lwp.a to track progress towards
not needing a LWP hcrypto build, which must come from the in-tree version.)
Convert the tests to build with libtool (as pthreaded), where we can
just throw in $(LIB_hcrypto) and deal with what we get.
Change-Id: Ibc99615d2ff03b8aebf956502a2a6b1cb26f0a65
Reviewed-on: http://gerrit.openafs.org/11479
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: D Brashear <shadow@your-file-system.com>
Tested-by: D Brashear <shadow@your-file-system.com>
src/venus/test/Makefile.in | 45 ++++++++++++++++++++++++++-----------------
1 files changed, 27 insertions(+), 18 deletions(-)
--
OpenAFS Master Repository