[Lazarus] Build Lazarus with Clean all - cleaning packages
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Oct 29 18:21:51 CEST 2011
On Sat, 29 Oct 2011 17:21:42 +0200
cobines <cobines at gmail.com> 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.
> 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".
Mattias
More information about the Lazarus
mailing list