OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1707-g5e8c4b7
Gerrit Code Review
gerrit@openafs.org
Wed, 28 Sep 2011 07:02:09 -0700 (PDT)
The following commit has been merged in the master branch:
commit 5e8c4b7c8a69e20ba35bd12950b95c8650cf4012
Author: Ben Kaduk <kaduk@mit.edu>
Date: Mon Sep 26 20:21:49 2011 -0400
FBSD: allow exclusion of kernel symbols
Gerrit/5503 added support for kernel module symbols in the
bsd.kmod.mk world; however, the inclusion of symbols is conditoinal
on the DEBUG_FLAGS make variable being *set*, as opposed to nonempty.
So we must use an intermediate variable to store the AC_SUBST
result and conditionalize assignment to DEBUG_FLAGS on whether
or not it is empty.
Change-Id: I7f86fd08d6dcf1ac7116680db98db13f5f31be7b
Reviewed-on: http://gerrit.openafs.org/5507
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/libafs/MakefileProto.FBSD.in | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository