OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-187-g87e96c3
Gerrit Code Review
gerrit@openafs.org
Thu, 30 Sep 2010 16:47:56 -0700 (PDT)
The following commit has been merged in the master branch:
commit 87e96c30e069a2379365c9947a311e700cf51c4d
Author: Chas Williams (CONTRACTOR) <chas@cmf.nrl.navy.mil>
Date: Wed Sep 29 18:21:25 2010 -0400
configure: --with-linux-kernel-packaging should default to disabled
the test for this build feature is reversed. by default, the value for
with_linux_kernel_packaging will not be defined which makes the existing
test pick MPS='SP' instead of LINUX_WHICH_MODULES. based on the configure
help messages, this would appear to be an opt-in not an opt-out.
...
Optional Packages:
...
--with-linux-kernel-packaging
use standard naming conventions to aid Linux kernel
build packaging (disables MPS, sets the kernel
module name to openafs.ko, and installs kernel
modules into the standard Linux location)
...
Change-Id: Ie16fba165e6c85b7ecbce887badb9ffc06a3a7a8
Reviewed-on: http://gerrit.openafs.org/2869
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
acinclude.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository