OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-739-g22b47b6
Gerrit Code Review
gerrit@openafs.org
Wed, 16 Feb 2011 08:44:18 -0800 (PST)
The following commit has been merged in the master branch:
commit 22b47b65c74d42eaa00e8ac8ad442fee3d2ceacf
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Feb 16 09:49:03 2011 -0600
Makefile whitespace fixes
Some "make"s get tripped up by recipe lines starting with anything but
a tab character. Most of the time we start ours with tabs, but fix a
few instances where they begin with spaces.
Change-Id: I2c17c68deb1b7641ca73e84ec0043b62ce3c54ba
Reviewed-on: http://gerrit.openafs.org/3961
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afsd/Makefile.in | 4 ++--
src/audit/Makefile.in | 4 ++--
src/kopenafs/Makefile.in | 2 +-
src/libafsrpc/Makefile.in | 4 ++--
src/libuafs/MakefileProto.HPUX.in | 4 ++--
src/libuafs/MakefileProto.IRIX.in | 4 ++--
src/libuafs/MakefileProto.NBSD.in | 4 ++--
src/libuafs/MakefileProto.SOLARIS.in | 4 ++--
src/shlibafsrpc/Makefile.in | 4 ++--
src/sys/Makefile.in | 2 +-
src/vol/Makefile.in | 6 +++---
11 files changed, 21 insertions(+), 21 deletions(-)
--
OpenAFS Master Repository