[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: determining whether -jN was used
From: |
Paul Smith |
Subject: |
Re: determining whether -jN was used |
Date: |
Thu, 23 May 2024 12:21:02 -0400 |
User-agent: |
Evolution 3.52.1 (by Flathub.org) |
On Thu, 2024-05-23 at 11:34 -0400, DSB wrote:
> "To access the pipe you must parse the 'MAKEFLAGS' variable and look
> for the argument string '--jobserver-auth=R,W'"
I don't have time to test this right now but I think in 4.2 you have to
look at the shell variable, not the makefile variable.
E.g.
$(info $(shell echo $$MAKEFLAGS))