2011/6/3 Mattias Gaertner <[email protected]>: > Marcos Douglas <[email protected]> hat am 3. Juni 2011 um 17:19 geschrieben: > >> On Fri, Jun 3, 2011 at 12:03 PM, silvioprog <[email protected]> wrote: >> > Hi Mattias and all, >> > >> > This is my ultimate scripts: >> > >> > (To Install): >> > http://silvioprog.com.br/download/install_fpc_lazarus_svn_version.tar.gz >> > (To Update): >> > http://silvioprog.com.br/download/update_fpc_lazarus_svn_version.tar.gz >> > >> > Now corrects, OK? >> >> Silvio, >> How I said a few minutes ago, these commands... >> make clean all >> lazbuild --build-ide= --primary-config-path=<path_config> >> >> ...did not compile the IDE with user packages installed before. > > > > Then you found a bug.
Oh God... I have to create a post in the bugtracker? Ok, I will. >> I had to use my lazarus.exe backup to restore it! >> >> I discovery that: >> 1- If you use just the command... >> lazbuild --build-ide= --primary-config-path=<path_config> >> You update and compile Lazarus with your packages... but not ALL files >> will be update. > > > > Only the IDE and the installed packages are updated. > > What files were not updated? I don't know. Sorry, I said that because my IDE was broken. >> >> 2- If you use the command... >> make clean all >> You update and compile Lazarus... but not your packages. > > Yes. That is a little wrong. First the 'make' command create a 'Lazarus binary clean'. Second, lazbuild create other Lazarus binary, but with user's packages. Two times to override the Lazarus binary. Marcos Douglas -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
