OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-847-g67f01c2

Gerrit Code Review gerrit@openafs.org
Tue, 8 Mar 2011 06:29:25 -0800 (PST)


The following commit has been merged in the master branch:
commit 67f01c2553067a4b7592a34917ce5a5148b67142
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Feb 11 11:53:26 2011 +0000

    Clarify the role of XCFLAGS and simplify MT_CFLAGS
    
    Tidy up the build system by making it clear that XCFLAGS is included
    for every build type. Also clean up MT_CFLAGS so that it doesn't
    statically include XCFLAGS, and remove the common AFS_PTHREAD_ENV
    define that's needed by every architecture.
    
    This fixes the problem that we had where directories built with the
    pthread or shared build rules weren't being compiled with checking
    enabled, as well as hopefully making the tangle of defines easier to
    understand.
    
    Change-Id: Ied6dd316147ee88dc7814f8937a204ef32c6c5e0
    Reviewed-on: http://gerrit.openafs.org/4171
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/cf/osconf.m4              |    2 +-
 src/config/Makefile.config.in |    7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository