OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_2pre3-9-g6f9c5fd

Gerrit Code Review gerrit@openafs.org
Thu, 31 Jan 2013 02:42:16 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 6f9c5fd90969bd082076378e011e4e573513e9c5
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Jun 29 12:36:36 2012 -0500

    Remove empty Makefile continuation lines
    
    HP-UX make gets confused by constructs like:
    
       FOO = bar \
    
       BAZ = quux
    
    Where a line continuation is followed by an empty line. So, get rid of
    all of these in the tree. Not all of them matter, but removing all of
    them makes it easier to find these, and catch them in the future.
    
    Reviewed-on: http://gerrit.openafs.org/7611
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Tested-by: Andrew Deason <adeason@sinenomine.net>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 79f68de80e56179cfc5158fdcb51c34cfa864802)
    
    Change-Id: Icf379b9d7557746c2c47134b1314a38ec13134cc
    Reviewed-on: http://gerrit.openafs.org/8991
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>

 src/JAVA/libjafs/Makefile.in    |    2 +-
 src/des/test/Makefile.in        |    2 +-
 src/packaging/FreeBSD/Makefile  |    2 +-
 src/shlibafsauthent/Makefile.in |    2 +-
 src/tsm41/Makefile.in           |    2 +-
 src/venus/Makefile.in           |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository