[fpc-pascal] FPC x86+x64 win trunk failing to build (using	fpcup): 2 different errors
    Jonas Maebe 
    jonas.maebe at elis.ugent.be
       
    Fri Sep 21 14:44:47 CEST 2012
    
    
  
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
    
    
More information about the fpc-pascal
mailing list