2011/10/29 Mattias Gaertner <[email protected]>:
> On Sat, 29 Oct 2011 17:21:42 +0200
> cobines <[email protected]> wrote:
>
>> Hello.
>>
>> Does IDE clean all packages it depends on when rebuilding it from
>> within the IDE with Clean All + Build?
>
> No.
> This is needed.

OK. I even found a bug report on this already.

http://bugs.freepascal.org/view.php?id=14079


>> What is the difference between "Clean + Build" and "Clean All + Build"?
>
> clean + build:
> make -C cleanide ide
> It deletes the files in the output directory of the IDE.
>
> clean all + build:
> make clean ide
> As above but also deletes the files in the output
> directory of all parts that are required to build a minimum IDE and
> lazbuild. LCL, LCLBase, codetools, lazcontrols, ideintf, lazutils,
> registration package "FCL".

I see, thanks. The Clean All is sometimes not enough, but if cleaning
packages would be implemented I guess it could replace it.

--
cobines

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to