[Lazarus] Changes of make, part II

2012-04-10 Thread Mattias Gaertner
To build Lazarus from scratch you now have three choices: 1. make clean all This builds a default IDE with minimal packages. 2. make clean bigide This builds a default IDE with some extra packages. 3. make clean lazbuild useride This is equivalent to make clean lazbuild ./lazbuild --build-ide=

Re: [Lazarus] Changes of make, part II

2012-04-10 Thread Marcos Douglas
On Tue, Apr 10, 2012 at 5:26 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: [...] 3. make clean lazbuild useride This is equivalent to make clean lazbuild ./lazbuild --build-ide= It builds an IDE with your current profile and your set of installed packages. [...] Very good the

Re: [Lazarus] Changes of make, part II

2012-04-10 Thread Mattias Gaertner
On Tue, 10 Apr 2012 17:57:06 -0300 Marcos Douglas m...@delfire.net wrote: On Tue, Apr 10, 2012 at 5:26 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: [...] 3. make clean lazbuild useride This is equivalent to make clean lazbuild ./lazbuild --build-ide= It builds an IDE