[fpc-pascal] Re: Compilation Error At revision 25270.

Reinier Olislagers reinierolislagers at gmail.com
Sat Aug 17 13:35:12 CEST 2013


On 17/08/2013 12:33, waldo kitty wrote:
> On 8/17/2013 04:57, Reinier Olislagers wrote:
>> Also, there have been oversights in the past in what gets cleaned by
>> make clean, so I usually do a recursive delete of .a, .o, .ppu followed
>> by e.g. an svn revert -R or svn up to get any files back that are
>> required.
> 
> right... that's why clean should be done before svn update... that way
> 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.

As for the "update can move the sources to another directory" etc: no
idea what you're talking about there....



More information about the fpc-pascal mailing list