[ros-dev] New build system ready for trunk

Casper Hornstrup ch at csh-consult.dk
Sat May 28 19:52:33 CEST 2005


I've added this. You can also specify a target to build. E.g. make depends setupapi.

 

  _____  

From: ros-dev-bounces at reactos.com [mailto:ros-dev-bounces at reactos.com] On Behalf Of Martin Fuchs
Sent: 28. maj 2005 12:31
To: ReactOS Development List
Subject: Re: [ros-dev] New build system ready for trunk

 

This is not a 100% solution to our dependency problems though. There can still be corner-cases where it is needed to manually clean
some files, but it will be needed a lot less than today. Also in order to have acceptable performance, we cannot check dependencies
on every included file on each make invocation. Therefore, this is currently only checked each time the automatically generated
makefile ( makefile.auto) is regenerated. Makefile.auto is regenerated each time a build system file (*.xml) is modified. If you
need to check the dependencies on files not specified in the build system files "automatic dependencies", then delete makefile.auto
and run make again.

Just a little idea:

Could you please insert a target named "depends" in the main makefile, which just does this:

 

 delete makefile.auto

 make all

 

Regards,

 

    Martin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://reactos.com:8080/pipermail/ros-dev/attachments/20050528/dcf09773/attachment.htm


More information about the Ros-dev mailing list