OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1319-g926ce3d
Gerrit Code Review
gerrit@openafs.org
Wed, 22 Jun 2011 05:55:44 -0700 (PDT)
The following commit has been merged in the master branch:
commit f2d067b4e48500004236b181dd5a25454f352daf
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Jun 21 17:51:32 2011 -0500
Build a separate copy of vlib for dasalvager
Currently dasalvager links to vlib.a. But vlib.a is built without any
DAFS defines, and so the size of a struct DiskPartition64 is different
(since dasalvager is built with AFS_DEMAND_ATTACH_UTIL). Build our own
copies of the volume package files instead, with
AFS_DEMAND_ATTACH_UTIL defined.
Change-Id: I7b9f965fc18b6e6b71275912684ad041aaef19f4
Reviewed-on: http://gerrit.openafs.org/4875
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/tsalvaged/Makefile.in | 43 +++++++++++++++++++++++++++++++++++--------
1 files changed, 35 insertions(+), 8 deletions(-)
--
OpenAFS Master Repository