Follow-up Comment #1, bug #63981 (project make):

I made this change because of the manual although I'm not exactly sure it's
the best idea.

Note that there are better ways to force a makefile to be not parallel; for
example you can use:


all:
        $(MAKE) --eval '.NOTPARALLEL:' -f one.mk


which should be enough and is (IMO) clearer.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63981>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/


Reply via email to