OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2944-g16bd729

Gerrit Code Review gerrit@openafs.org
Tue, 18 Sep 2012 09:48:29 -0700 (PDT)


The following commit has been merged in the master branch:
commit 16bd729a06f6f30b0d1a3eba925a0371569c5508
Author: Derrick Brashear <shadow@your-file-system.com>
Date:   Tue Sep 18 11:41:55 2012 -0400

    libuafs: honor debug vs optimize setting from configure
    
    OPTF should not be forced on if the user specified debugging.
    side effect: use the OPTMZ setting for the platform instead
    of hardcoding here.
    
    Change-Id: Ib1cd4afebbd037938e2ee18e3bfc347b3690277b
    Reviewed-on: http://gerrit.openafs.org/8136
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/libuafs/MakefileProto.AIX.in     |    2 +-
 src/libuafs/MakefileProto.DARWIN.in  |    2 +-
 src/libuafs/MakefileProto.DFBSD.in   |    2 +-
 src/libuafs/MakefileProto.DUX.in     |    3 +--
 src/libuafs/MakefileProto.FBSD.in    |    2 +-
 src/libuafs/MakefileProto.HPUX.in    |    2 +-
 src/libuafs/MakefileProto.IRIX.in    |    2 +-
 src/libuafs/MakefileProto.LINUX.in   |    2 +-
 src/libuafs/MakefileProto.NBSD.in    |    2 +-
 src/libuafs/MakefileProto.OBSD.in    |    2 +-
 src/libuafs/MakefileProto.SOLARIS.in |    2 +-
 11 files changed, 11 insertions(+), 12 deletions(-)

-- 
OpenAFS Master Repository