[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] randomly failing tests
From: |
Vincent Lefevre |
Subject: |
Re: [Tinycc-devel] randomly failing tests |
Date: |
Wed, 28 Dec 2022 17:57:44 +0100 |
User-agent: |
Mutt/2.2.9+60 (9917c0ea) vl-149028 (2022-12-12) |
On 2022-12-28 10:07:19 -0500, NightStrike wrote:
> On Wed, Dec 28, 2022, 06:46 Vincent Lefevre <vincent@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 <vincent@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] randomly failing tests, Vincent Lefevre, 2022/12/07
- Re: [Tinycc-devel] randomly failing tests, Vincent Lefevre, 2022/12/07
- Re: [Tinycc-devel] randomly failing tests, Herman ten Brugge, 2022/12/27
- Re: [Tinycc-devel] randomly failing tests, Vincent Lefevre, 2022/12/27
- Re: [Tinycc-devel] randomly failing tests, Christian Jullien, 2022/12/28
- Re: [Tinycc-devel] randomly failing tests, NightStrike, 2022/12/28
- Re: [Tinycc-devel] randomly failing tests, Vincent Lefevre, 2022/12/28
- Re: [Tinycc-devel] randomly failing tests, NightStrike, 2022/12/28
- Re: [Tinycc-devel] randomly failing tests,
Vincent Lefevre <=
- Re: [Tinycc-devel] randomly failing tests, NightStrike, 2022/12/28