On Wed, 2014-05-21 at 11:12 +0000, Van der Zaag, Paul wrote:

> We use your make utility on Tandem. Does the –j option have any
> effect, or is does it not on Tandem?

I'm sorry but I have no experience with Tandem.

The -j option will basically work on all systems.  However, it works
better on some operating systems than on others.  You can find out if
your system is fully supported by running this command (this is a UNIX
shell command; not sure what kind of shell you might have):

  echo 'all: ;@echo $(.FEATURES)' | make -f-

If the output contains the word "jobserver", then your version of GNU
make has full support.  Otherwise it will have limited support.



_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make
  • -j on Tandem Van der Zaag, Paul
    • Re: -j on Tandem Paul Smith

Reply via email to