Re: Bug with $(info xxx) in 4.2.1

2023-12-13 Thread Jouke Witteveen
On Fri, Dec 8, 2023 at 7:38 PM Paul Smith wrote: > > In make it's fine to have a make line indented with a TAB, that is not > part of a recipe. If a line appears outside of the context of a rule, > then leading whitespace is ignored. There is a section in the documentation called "How Makefiles

[PATCH] Fix jobserver does not work on OS/2

2023-12-13 Thread KO Myung-Hun
mkfifo() on OS/2 is a dummy, even it returns a wrong value on error. Do not use it on OS/2. * src/makeint.h (JOBSERVER_USE_FIFO): Do not define on OS/2. --- src/makeint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/makeint.h b/src/makeint.h index d55ccb6f..a50cf54