Thomas Schatzl wrote on Fri, 21 Sep 2012:
Cleaning directories is partially the responsibility of the makefiles
though - who else cleans the fpmake executables themselves?
Looking at comments in packages/Makefile.fpc, the issue is apparently
known.

# In case of a distclean, perform an 'old'-style distclean. This to
# avoid problems when the package is compiled using fpcmake prior to
# running this clean using fpmake. It does not work well, though, since
# the sub-directories are not cleaned at all.

I guess it makes sense to invert that situation, so that make distclean no longer works if a package was compiled using fpcmake before (most people will have updated their trunk checkouts by now) but that it does work if fpmake was used.


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to