OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-717-gca38c95
Gerrit Code Review
gerrit@openafs.org
Tue, 8 Feb 2011 18:58:49 -0800 (PST)
The following commit has been merged in the master branch:
commit ca38c9546e323b59189670b80740510fb9ec5269
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Fri Jan 28 19:03:39 2011 -0500
Linux: allow compile flags to be passed to AC_CHECK_LINUX_BUILD
Some linux autoconf tests require particular compile flags such as
-Werror. Add a parameter to the AC_CHECK_LINUX_BUILD macro that
lets the caller pass in any needed special flags.
Adapt a few existing tests that were still using AC_TRY_KBUILD
directly.
Change-Id: I4a5e3db74f6fb9c35bfa7b2964a294f646e78626
Reviewed-on: http://gerrit.openafs.org/3769
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/cf/linux-test1.m4 | 7 ++-
src/cf/linux-test4.m4 | 188 +++++++++++++++++++++++++++----------------------
2 files changed, 108 insertions(+), 87 deletions(-)
--
OpenAFS Master Repository