Op 2020-04-29 om 19:50 schreef Jonas Maebe:

Yes, but you cannot use "clean" and "all" in the same make invocation.
This was in fact never supported, and did not work on all platforms either.

So simply split it:

make -j 9 clean
make -j 9 all install
Does "clean" have a valid return value of make, or is it better ignored?
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to