On 12/09/2020 22:35, Kern Sibbald wrote:
Hello Wanderlei,

using:

make -j 8

is improper syntax and will probably cause a failure.  If you want to run 8 simultaneous compiles, you must use:

make -j8

Note: without the space.

That's wrong, Kern.

GNU make - like about 99% of UNIX and UNIX-derived commands - accepts any number of <SPACE> and <TAB> characters between the option and the value.

Now, if you were using "-jobs=n", then yes, spaces aren't accepted.

        Cheers,
                Gary    B-)


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to