OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1731-g0ca1d92
Gerrit Code Review
gerrit@openafs.org
Sat, 1 Oct 2011 06:58:03 -0700 (PDT)
The following commit has been merged in the master branch:
commit 0ca1d92952cc81483e7b949f2982033cf0b9f3db
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Sep 29 12:14:15 2011 -0500
Remove a few extra trailing backslashes
In a few different places, moving libutil before libafshcrypto_lwp
caused a variable definition to have a trailing \ on the last line of
the definition. This can confuse make (at least, the HP-UX make) to
think the next following definition is also part of the current
definition. Remove the trailing "\"s.
Change-Id: I235f95813e303bc3805b5d9fc8d7861e812613e2
Reviewed-on: http://gerrit.openafs.org/5523
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/bucoord/Makefile.in | 2 +-
src/budb/Makefile.in | 2 +-
src/venus/Makefile.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository