OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-731-g8eca6a1
Gerrit Code Review
gerrit@openafs.org
Sun, 13 Feb 2011 10:45:43 -0800 (PST)
The following commit has been merged in the master branch:
commit 8eca6a1153eb7768c2f29ea2d48f01f6988cbfe3
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Dec 13 13:11:02 2010 -0600
Add PIC variant for libuafs
Build a libuafs that is built with PIC, so it can be used in shared
libraries on all platforms. Also build PIC variants for libafsutil and
libcmd, since we need them for a PIC libuafs anyway.
Change-Id: I017fa22c3b4dd661123ea92da7b3e5b69ee5c170
Reviewed-on: http://gerrit.openafs.org/3896
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/cf/osconf.m4 | 5 +
src/cmd/Makefile.in | 30 ++-
src/config/Makefile.config.in | 1 +
src/libuafs/Makefile.common.in | 466 +++++++++++++++++++++++++++++++++-
src/libuafs/MakefileProto.AIX.in | 5 +
src/libuafs/MakefileProto.DARWIN.in | 4 +
src/libuafs/MakefileProto.DFBSD.in | 4 +
src/libuafs/MakefileProto.DUX.in | 5 +
src/libuafs/MakefileProto.FBSD.in | 4 +
src/libuafs/MakefileProto.HPUX.in | 4 +
src/libuafs/MakefileProto.IRIX.in | 4 +
src/libuafs/MakefileProto.LINUX.in | 4 +
src/libuafs/MakefileProto.NBSD.in | 4 +
src/libuafs/MakefileProto.OBSD.in | 4 +
src/libuafs/MakefileProto.SOLARIS.in | 4 +
src/util/Makefile.in | 150 +++++++++++-
16 files changed, 689 insertions(+), 9 deletions(-)
--
OpenAFS Master Repository