[OpenAFS] naive questions about openafs
Derrick J Brashear
shadow@dementia.org
Fri, 21 Jan 2005 10:32:33 -0500 (EST)
On Fri, 21 Jan 2005, Guillaume Rousse wrote:
> I also tried the libafs_tree, and found a minor bug: the configure_libafs
> must be renamed to configure, otherwise the first configure test (ls -t) will
> fail.
We can fix that.
> Anyway, it doesn't solve my problem, as the configure doesn't generate
> the final Makefile for creating the module, only a primary Makefile in
> src/libafs that will create AND execute in the same run final makefile for
> two hardcoded target modules.
Yes, you need to run configure at the time the modules are being built,
not before, anyway. Wrap it in a makefile if you must, but given that
configure must be run against the kernel source you want to build from,
having a pregenerated final makefile isn't going to work.