On 2022-12-28 10:07:19 -0500, NightStrike wrote: > On Wed, Dec 28, 2022, 06:46 Vincent Lefevre <vinc...@vinc17.net> wrote: > > Perhaps, but the issue with ".NOTPARALLEL" is that it applies to > > the full Makefile, in case one just wants to serialize some tests. > > You can give it prerequisites to overcome that.
This is not possible. From the GNU make manual: '.NOTPARALLEL' If '.NOTPARALLEL' is mentioned as a target, then this invocation of 'make' will be run serially, even if the '-j' option is given. Any recursively invoked 'make' command will still run recipes in parallel (unless its makefile also contains this target). Any prerequisites on this target are ignored. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) _______________________________________________ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel