On Sat, Nov 02, 2002 at 02:15:21PM +0800, Wensong Zhang wrote:
>
>
> Hi Horms,
>
> I am awfully sorry for the delay. I had been to Tokyo for over a week, and
> I am now on another trip again.
>
> On Fri, 25 Oct 2002, Horms wrote:
>
> >
> > I have a patch that makes some minor changes to the ipvs/ Makefile.
> >
> > o Remove __SMP__ flags. I don't think we need this any more
> > o Enable the directory where the kernel sources are to be st
> > o Derive the directory to install modules into from the kernel
> > source, rather than the output of uname -a. That is the version
> > of the kernel we are building against rather than the running kernel.
> > o Don't die if depmod fails
> > o Set the root of depmod according to $INSTALL_MOD_PATH
> >
>
> Thanks for your Makefile enhancements. Just copy the Makefile from version
> 1.1.0 and merge most of your enhancements together, see the attached one.
Thanks,
After sending you the patch I realised that it will fail if the
kernel-tree's version.h contains more than one UTS_RELEASE line -
as for instance does the version.h supplied in RedHats kernel headers
package.
I have attached a patch/kludge for this and the resulting Makefile.
--
Horms
Makefile.patch
Description: Text document
Makefile
Description: Text document
|