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 9220bd4adc6cf58b29fcdae053edd3b6f0165891
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Wed Aug 22 12:45:43 2012 +0100

    Don't explicitly build and link rx_pthread.o
    
    A number of pthreaded directories explicitly build, and link, with
    rx_pthread.o, in order to be able to send RX 'dpf' debugging messages
    to the server log, rather than to stderr.
    
    However, this direct linking causes build failures on some platforms,
    because we end up linking in a version of rx_pthread.o, twice and both
    versions contain identical linker symbols.
    
    As this functionality is only used for debugging, just get rid of the
    additional object.
    
    Change-Id: I6126891db2dcbc289f6a9f7b99c01d6af7a19089
    Reviewed-on: http://gerrit.openafs.org/8071
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/dviced/Makefile.in    |    9 +--------
 src/dvolser/Makefile.in   |    9 +--------
 src/tbudb/Makefile.in     |   10 +---------
 src/tptserver/Makefile.in |   10 +---------
 src/tubik/Makefile.in     |   19 ++++---------------
 src/tvlserver/Makefile.in |   12 +-----------
 src/tvolser/Makefile.in   |   10 +++-------
 src/viced/Makefile.in     |    5 +----
 8 files changed, 13 insertions(+), 71 deletions(-)

-- 
OpenAFS Master Repository