bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #63981] suppress "-jN forced in submake" warning with -j1


From: Paul D. Smith
Subject: [bug #63981] suppress "-jN forced in submake" warning with -j1
Date: Sun, 2 Apr 2023 10:28:56 -0400 (EDT)

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

[Prev in Thread] Current Thread [Next in Thread]