Re: [Lazarus] Make clean not cleaning all

2010-01-28 Thread Graeme Geldenhuys
waldo kitty wrote: > > :) :P spoil sport! :P :P :) :lol: ;-) Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.homeip.net/fpgui/ -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.or

Re: [Lazarus] Make clean not cleaning all

2010-01-28 Thread waldo kitty
On 1/29/2010 01:35, Graeme Geldenhuys wrote: waldo kitty wrote: hunh??? don't you mean ASM style? i've used make files for at least 20+ years and mostly for my ASM stuff way back [t|w]hen ;P Either way, the point is still the same: they are simply *not* Object Pascal style! :) :P spoil spor

Re: [Lazarus] Make clean not cleaning all

2010-01-28 Thread Graeme Geldenhuys
waldo kitty wrote: > > hunh??? don't you mean ASM style? i've used make files for at least 20+ years > and mostly for my ASM stuff way back [t|w]hen ;P Either way, the point is still the same: they are simply *not* Object Pascal style! Regards, - Graeme - -- fpGUI Toolkit - a cross-platfo

Re: [Lazarus] Make clean not cleaning all

2010-01-28 Thread waldo kitty
On 1/28/2010 08:53, Graeme Geldenhuys wrote: Another Makefile issue: --- Say I'm on revision X and I've built my lazarus and LCL. Now I get an update, which removes or renames some components. I gather the Makefile has also updated accordingly. So if I now do a 'make clean

Re: [Lazarus] Make clean not cleaning all

2010-01-28 Thread waldo kitty
On 1/28/2010 08:24, Graeme Geldenhuys wrote: Paul Ishenin wrote: Is this right ? try "make bigideclean" Yuck! :-) When is FPC and Lazarus getting rid of Makefiles? Wasn't the whole idea of fpmake to remove the usage of Makefiles once and for all? Makefiles are so C/C++ style. :-/ hunh???

Re: [Lazarus] Make clean not cleaning all

2010-01-28 Thread Marcelo B de Paula
elo. - Original Message - From: "Graeme Geldenhuys" To: "Lazarus mailing list" Sent: Thursday, January 28, 2010 10:46 AM Subject: Re: [Lazarus] Make clean not cleaning all Marcelo B de Paula wrote: Still not work. The main outdir at lazarus/units/ has a lot of .lfm

Re: [Lazarus] Make clean not cleaning all

2010-01-28 Thread Graeme Geldenhuys
Marcelo B de Paula wrote: > Hello all, > > It seems that "make clean" isn´t cleaning the source correctly. BTW: I have always had such issues with 'make' under Linux too. Another Makefile issue: --- Say I'm on revision X and I've built my lazarus and LCL. Now I get an up

Re: [Lazarus] Make clean not cleaning all

2010-01-28 Thread Graeme Geldenhuys
Marcelo B de Paula wrote: > > Still not work. > The main outdir at lazarus/units/ has a lot of .lfm files. Some components > have files like .o, .compiled, .ppu Are you using the SubVersion or Git repository of Lazarus? If the latter, then use 'git clean' instead of the 'make' command. This wil

[Lazarus] Make clean not cleaning all

2010-01-28 Thread Marcelo B de Paula
try "make bigideclean" Best regards, Paul Ishenin. Still not work. The main outdir at lazarus/units/ has a lot of .lfm files. Some components have files like .o, .compiled, .ppu Regards, Marcelo. -- ___ Lazarus mailing list Lazarus@lists.lazaru

Re: [Lazarus] Make clean not cleaning all

2010-01-28 Thread Graeme Geldenhuys
Paul Ishenin wrote: >> >> Is this right ? > try "make bigideclean" Yuck! :-) When is FPC and Lazarus getting rid of Makefiles? Wasn't the whole idea of fpmake to remove the usage of Makefiles once and for all? Makefiles are so C/C++ style. :-/ Regards, - Graeme - -- fpGUI Toolkit - a cros

Re: [Lazarus] Make clean not cleaning all

2010-01-28 Thread Paul Ishenin
28.01.2010 20:55, Marcelo B de Paula wrote: Hello all, It seems that "make clean" isn´t cleaning the source correctly. After issuing the command i still have a lot of files in output dirs, like lazarus\units\i386-win32 or components output dir too. Is this right ? try "make bigideclean" Be

[Lazarus] Make clean not cleaning all

2010-01-28 Thread Marcelo B de Paula
Hello all, It seems that "make clean" isn´t cleaning the source correctly. After issuing the command i still have a lot of files in output dirs, like lazarus\units\i386-win32 or components output dir too. Is this right ? Regards, Marcelo. PS: Using Lazarus svn win32. -- __