Mark Hindess wrote:

> (Aside: The linux kernel used to do something like this with a 
> Rules.make file that you included.  Now they do it slightly differently
> where you set a variable pointing to your module source and use the
> standard kernel Makefile from the built source tree like:
> 
>   make -C <kernel-source-dir> M=$PWD modules modules_install
> 
> I quite like this since it ensures consistency.)

Can nmake.exe support this?

geir

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to