[Lazarus] Lazarus 1.0 is branched

Bernd prof7bit at googlemail.com
Sun Apr 8 12:51:43 CEST 2012


2012/4/5 waldo kitty <wkitty42 at windstream.net>:

> an ignorant (meaning uneducated!) look at the Makefile in the lazarus root
> turns up the following on line 3910...
>
>     all: lazbuild lcl ideintf components tools ide starter
>
> which i /think/ indicates that one could leave out the ide target like so...
>
>     make lazbuild lcl ideintf components tools starter

How about simply using this:

    make lazbuild lcl ideintf components tools starter useride

because useride is the target that is calling lazbuild, maybe even

   make lazbuild tools starter useride

would be enough already? (didn't try it myself)




More information about the Lazarus mailing list