On 17/08/2013 10:44, Juha Manninen wrote: > On Sat, Aug 17, 2013 at 3:40 AM, waldo kitty > <wkitty42-irwwtvog6jtct5wvrhh...@public.gmane.org> wrote: >> performing "make clean" first clears the existing directories... then "svn >> up" followed (possibly with another "make clean" and then) by your normal >> build flow should result in a truly clean build flow without the possibility >> of lingering old .o and/or .a build files... > > I don't think the extra "make clean" before "svn up" will really help > because the generated object files are not under revision control. To > make sure you don't have local modifications in revisioned files, do : > "svn revert -R ."
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. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal