[fpc-pascal] Just out of curiosity: Compiling FPC trunk and fpcmake
Jonas Maebe
jonas at freepascal.org
Mon Mar 21 22:22:02 CET 2022
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
More information about the fpc-pascal
mailing list