OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-749-g4f3b6a5

Gerrit Code Review gerrit@openafs.org
Wed, 16 Feb 2011 19:53:16 -0800 (PST)


The following commit has been merged in the master branch:
commit 31e730330849eae7d31c282b24d16ebeea7147ca
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Wed Feb 16 20:41:02 2011 +0000

    Add CCRULE variants for each build type
    
    Add explicit LWP, PTH and SHD variants of the CCRULE variable for
    LWP, pthreaded and shared-library builds respectively. This allows
    Makefiles which support building more than one target type to use
    these rules directly, rather than brewing their own.
    
    Modify all of the AFS_CCRULE definitions in the build type specific
    Makefiles to reference these rules, so we aren't specifying things
    twice.
    
    Change-Id: I79bb394cca8971ce71b10ef55b75d5169bf6b80c
    Reviewed-on: http://gerrit.openafs.org/3966
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/config/Makefile.config.in  |    3 +++
 src/config/Makefile.lwp.in     |    2 +-
 src/config/Makefile.pthread.in |    2 +-
 src/config/Makefile.shared.in  |    2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository