Am 29.04.20 um 21:12 schrieb Marco van de Voort:

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?

I run all of my scripts with set -e, so it should work.

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

Reply via email to