[fpc-pascal] Re: Compilation Error At revision 25270.
Marco van de Voort
marcov at stack.nl
Sat Aug 17 13:46:34 CEST 2013
In our previous episode, Reinier Olislagers said:
> > the old .a .o .ppu files are removed and then the update can move the
> > sources to another directory as well as updating the makefile for the
> > new files' locations...
>
> I appear to be unclear. The makefile sometimes does not specify all
> .a/.o files to clean. Therefore make clean does not clean all .a/.o
> files, i.e. does not work, i.e. doing just make clean is not always enough.
That's what make distclean is for.
That still doesn't fix leftovers from manual compiling in the tree (causing
the .o/.ppu's not to go into units/), so on trees where I do a lot of
editing, I usually recursively clean.
Note that recursively killing .o's will kill some that are checked in too
(in tests and univint iirc)
More information about the fpc-pascal
mailing list