OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-553-gf46bba8

Gerrit Code Review gerrit@openafs.org
Fri, 10 Dec 2010 08:47:04 -0800 (PST)


The following commit has been merged in the master branch:
commit f46bba8611ceca7a6957b6aa9dee35990cae91f2
Author: Christof Hanke <christof.hanke@rzg.mpg.de>
Date:   Sat Dec 4 09:09:59 2010 +0100

    Fix mech of building export on AIX
    
    Presently, the distinction between 32Bit and 64Bit AIX is done by
    inserting a "#" (comment-sign) into the Makefile.
    This fails on some AIX-installations. Thus, just use normal
    conditionals for distinguishing betwenn 32 and 64 bit.
    
    Change-Id: Ie83bbdcd3c7c4b7b0858c9691bf6e1bf6c4ba32a
    Reviewed-on: http://gerrit.openafs.org/3434
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/cf/osconf.m4              |   20 ++++----
 src/config/Makefile.config.in |    2 +
 src/export/Makefile.in        |  114 ++++++++++++++++++++++++++---------------
 3 files changed, 85 insertions(+), 51 deletions(-)

-- 
OpenAFS Master Repository