OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2912-g9220bd4
Gerrit Code Review
gerrit@openafs.org
Sun, 9 Sep 2012 12:45:48 -0700 (PDT)
The following commit has been merged in the master branch:
commit c9e89088afc5989031e54cbd15e050bc92518433
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Wed Aug 22 09:39:59 2012 +0100
fsint: Move to using libtool
Move the fsint directory over to building a libtool library
(liboafs_fsint). Because libtool requires that libraries have no
unresolved dependencies, we cannot include the server side stubs in
the libtool library.
Change-Id: Ia3f009680ac510f522b806366985e557cd6e4219
Reviewed-on: http://gerrit.openafs.org/8070
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/dviced/Makefile.in | 19 +------------
src/fsint/Makefile.in | 30 +++++++++++++++------
src/fsint/liboafs_fsint.la.sym | 55 ++++++++++++++++++++++++++++++++++++++++
src/viced/Makefile.in | 19 +------------
4 files changed, 80 insertions(+), 43 deletions(-)
--
OpenAFS Master Repository