On 21/03/2022 22:17, Victor Campillo via fpc-pascal wrote:
For years I have been using the same script to compile FPC, I have multiple version of FPC installed in the same machine, mainly my script do:

make -j 9 clean all

This is wrong. You cannot safely run "clean" and "all" in parallel. You have to run them separately.


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to