[bug #61154] (w32/sub_proc.c) make_command_line should also quote full_exec_path.

2021-09-13 Thread anonymous
Follow-up Comment #1, bug #61154 (project make): The place where `make_command_line` copies `full_exec_path` without quoting it is http://git.savannah.gnu.org/cgit/make.git/tree/src/w32/subproc/sub_proc.c#n1339, not line 1360. ___ Reply to

[bug #61154] (w32/sub_proc.c) make_command_line should also quote full_exec_path.

2021-09-13 Thread anonymous
URL: Summary: (w32/sub_proc.c) make_command_line should also quote full_exec_path. Project: make Submitted by: None Submitted on: Tue 14 Sep 2021 03:02:34 AM UTC Severity: 3 - Normal

Re: [PATCH 3/3] Introduce $(compare ...) for numerical comparison

2021-09-13 Thread Pete Dietl
Also perhaps the more general mathematical function On Mon, Sep 13, 2021 at 10:04 PM Randall S. Becker wrote: > On September 13, 2021 2:40 PM, Jouke Witteveen wrote: > >On Fri, Jul 16, 2021 at 2:04 PM Jouke Witteveen > wrote: > >> > >> Numbers can come from $(words ...), automatic variables suc

RE: [PATCH 3/3] Introduce $(compare ...) for numerical comparison

2021-09-13 Thread Randall S. Becker
On September 13, 2021 2:40 PM, Jouke Witteveen wrote: >On Fri, Jul 16, 2021 at 2:04 PM Jouke Witteveen wrote: >> >> Numbers can come from $(words ...), automatic variables such as >> $(MAKELEVEL), from environment variables, or from shell output such as >> through $(shell expr ...). The $(compare

Re: [PATCH 3/3] Introduce $(compare ...) for numerical comparison

2021-09-13 Thread Jouke Witteveen
On Fri, Jul 16, 2021 at 2:04 PM Jouke Witteveen wrote: > > Numbers can come from $(words ...), automatic variables such as > $(MAKELEVEL), from environment variables, or from shell output such as > through $(shell expr ...). The $(compare ...) function allows > conditional evaluation controlled b

[bug #52922] -Otarget does not function properly and errors on FreeBSD, with stdout to a pipe

2021-09-13 Thread Dmitry Goncharov
Follow-up Comment #5, bug #52922 (project make): > Maybe this enhancement (using a separate lock file for submakes that are redirected) is something that simply won't be supported on those systems as the effort is not worth the reward. This confuses users on linux as well. __

[bug #52922] -Otarget does not function properly and errors on FreeBSD, with stdout to a pipe

2021-09-13 Thread Dmitry Goncharov
Follow-up Comment #4, bug #52922 (project make): There was a recent discussion about this. See https://savannah.gnu.org/bugs/?60774 and the mailing list. ___ Reply to this item at: