OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_73_3-39-g830cb48
Gerrit Code Review
gerrit@openafs.org
Tue, 13 Apr 2010 11:46:28 -0700 (PDT)
The following commit has been merged in the master branch:
commit 830cb48cbdd6fb41f7db8b50429ca7441a963518
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Apr 13 12:41:31 2010 -0500
libuafs: Add $(XCFLAGS) to CFLAGS on all platforms
Only darwin had $(XCFLAGS) in the libuafs build for some reason. Add
it to all platforms, so they get e.g. -Wall if so configured.
Change-Id: Ifab39af3abf087932feb1b9085ccb26baaec3164
Reviewed-on: http://gerrit.openafs.org/1745
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/libuafs/MakefileProto.AIX.in | 4 ++--
src/libuafs/MakefileProto.DFBSD.in | 4 ++--
src/libuafs/MakefileProto.DUX.in | 4 ++--
src/libuafs/MakefileProto.FBSD.in | 4 ++--
src/libuafs/MakefileProto.HPUX.in | 4 ++--
src/libuafs/MakefileProto.IRIX.in | 4 ++--
src/libuafs/MakefileProto.LINUX.in | 2 +-
src/libuafs/MakefileProto.NBSD.in | 4 ++--
src/libuafs/MakefileProto.OBSD.in | 4 ++--
src/libuafs/MakefileProto.SOLARIS.in | 4 ++--
10 files changed, 19 insertions(+), 19 deletions(-)
--
OpenAFS Master Repository