Re: duplicate hgfs.h, block.h,stubs.h includes in archive....

2009-05-18 Thread Marcelo Vanzin
Hi Olivier, Olivier LAHAYE wrote: > Trying to minimize the number of includes to put in the dkms build tree I'm > trying to create, I've found that there are 2 hgfs.h , 2 block.h and 2 > stubs.h > includes that are identical except for the top comment (tipicaly the > license). > Is it normal?

duplicate hgfs.h, block.h,stubs.h includes in archive....

2009-05-18 Thread Olivier LAHAYE
Trying to minimize the number of includes to put in the dkms build tree I'm trying to create, I've found that there are 2 hgfs.h , 2 block.h and 2 stubs.h includes that are identical except for the top comment (tipicaly the license). Is it normal? modules/linux/vmhgfs/hgfs.h is GPL v2 lib/incl

Re: modules-only HOWTO? (dkms)

2009-05-18 Thread Olivier LAHAYE
Denis, Thanks a lot for your help. In fact I already had a look at your fedora rpm and started to work on it. See attachment for what I've done so far. My aim is that the final spec would create the dkms binary package aside normal packages. I don't see any reason to have the open-vm-tools sou

Re: modules-only HOWTO? (dkms)

2009-05-18 Thread Denis Leroy
On 05/18/2009 09:51 AM, Olivier LAHAYE wrote: > Hi, > > I'd like to install modules as dkms tree in order to avoid recompiling the > modules from the full source tree. > Is there a clean way to create the-only source-tree from the full > sources or should I do it myself by hand (so I can move it to

modules-only HOWTO? (dkms)

2009-05-18 Thread Olivier LAHAYE
Hi, I'd like to install modules as dkms tree in order to avoid recompiling the modules from the full source tree. Is there a clean way to create the -only source-tree from the full sources or should I do it myself by hand (so I can move it to the dkms source dir)? Right now, I've identified mo