tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Proposed update to bmake-20240711



>>+#ifndef SIZE_MAX
>>+#define SIZE_MAX 0xffffffffUL
>>+#endif
>
>The reason I moved this to make.h is that it was previously required in 
>var.c, and now is required in parse.c, and I was anticipating it being a 
>problem again in the future somewhere else.

I only see it used in var.c

>>-.elif ${_shell} == "ksh"
>>+.elif ${_shell:N*ksh*} == ""
>
>I tried applying this but the same set of tests failed.

This only applied to sh-flags - that test should have been skipped.
If _shell is mksh, possibly other tests need to be marked broken.

How is mksh being set as .SHELL?
Is it using the "ksh" description or "sh" ?

--sjg


Home | Main Index | Thread Index | Old Index