[Lazarus] Why does cairocanvas makefile.compiled keep changing

Mattias Gaertner nc-gaertnma at netcologne.de
Thu Apr 4 00:01:32 CEST 2013


On Wed, 03 Apr 2013 16:02:12 +0200
Reinier Olislagers <reinierolislagers at gmail.com> wrote:

> I've been updating Lazarus using fpcup.
> 
> Whenever I build it lately,
> $(lazdir)\components\cairocanvas\Makefile.compiled
> keeps changing from the version in subversion.
> 
> Had a quick look at the changes [1]; it *seems* like parameters are
> reordered (but not modified).
> 
> Is this as expected? Why doesn't this happen with other makefile.compileds?
> 
> Thanks,
> Reinier
> 
> [1] relevant diff snippet
> -  <Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l
> -Fu../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../lcl/units/%(CPU_TARGET)-%(OS_TARGET);../../lcl/units/%(CPU_TARGET)-%(OS_TARGET)/%(LCL_PLATFORM);.
>  -MObjFPC -Scghi -O1 -g -gl -vewnhi -l cairocanvas_pkg.pas"/>
> +  <Params Value="
> -Fu../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../lcl/units/%(CPU_TARGET)-%(OS_TARGET);../../lcl/units/%(CPU_TARGET)-%(OS_TARGET)/%(LCL_PLATFORM);.
>  -MObjFPC -Scghi -O1 -g -gl -vewnhi -l cairocanvas_pkg.pas"/>

Fixed.

Mattias




More information about the Lazarus mailing list