[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #57674] regression in make 4.3 with makefile from stdin
From: |
Andreas Schwab |
Subject: |
Re: [bug #57674] regression in make 4.3 with makefile from stdin |
Date: |
Wed, 01 Apr 2020 14:14:42 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.90 (gnu/linux) |
On Mär 31 2020, Paul D. Smith wrote:
> In GNU make 4.3, for performance reasons we choose to use posix_spawn() if
> it's available on the system. posix_spawn() doesn't do any path search, so we
> do it ourselves and we don't have this backup default PATH lookup that
> execvp() does.
There is also posix_spawnp.
Andreas.
--
Andreas Schwab, SUSE Labs, address@hidden
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
- Re: [bug #57674] regression in make 4.3 with makefile from stdin,
Andreas Schwab <=