Re: AW: Issue with VPN

2021-01-12 Thread Paul Smith
On Tue, 2021-01-12 at 10:20 -0500, Dmitry Goncharov wrote: > In bash (in recipe lines) you can replace cp with > echo "$(dst If you use this you must set the make variable SHELL to /bin/bash. Also, if running "echo hi" is slow then I assume this would also be slow. > in make you can replace cp w

Re: AW: Issue with VPN

2021-01-12 Thread Dmitry Goncharov via Bug reports and discussion for GNU make
> Question. Is there a change to optimize the function cp and rm? In bash (in recipe lines) you can replace cp with echo "$(dst in make you can replace cp with $(file >dst,$(file

[bug #57242] Non-recursive command passes invalid jobserver file descriptors

2021-01-12 Thread R. Diez
Follow-up Comment #7, bug #57242 (project make): About this statement below: "This is necessary, because a command can mess up job server operation or a command may expect a specific fd to be available." a) I wonder how a command can mess up job server operation: a1) One way would be that a pro