OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2662-g79f68de
Gerrit Code Review
gerrit@openafs.org
Tue, 3 Jul 2012 10:34:19 -0700 (PDT)
The following commit has been merged in the master branch:
commit 79f68de80e56179cfc5158fdcb51c34cfa864802
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.
Change-Id: I7d5ef000b5b55de4b71c183589fbfe36e3880ba1
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>
src/JAVA/libjafs/Makefile.in | 2 +-
src/packaging/FreeBSD/Makefile | 2 +-
src/shlibafsauthent/Makefile.in | 2 +-
src/tsm41/Makefile.in | 2 +-
src/venus/Makefile.in | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository