Re: [PATCH 2/2] Fix for Haiku

2021-07-04 Thread Richard Zak
I'll re-submit with better comments, and this variable is defined on Haiku, presumably for support for old Be OS applications, to indicate the architecture of the CPU. On my 64-bit system, it's value is "x86_64", 32-bit it's "x86". În dum., 4 iul. 2021 la 09:51, Philippe Mathieu-Daudé a scris:

Re: [PATCH 2/2] Fix for Haiku

2021-07-04 Thread Philippe Mathieu-Daudé
On 7/4/21 12:00 PM, Philippe Mathieu-Daudé wrote: > On 7/3/21 11:12 PM, Richard Zak wrote: >> Fix for path to env >> >> Signed-off-by: Richard Zak > > >> --- >>  Makefile | 4 >>  1 file changed, 4 insertions(+) >> >> diff --git a/Makefile b/Makefile >> index

Re: [PATCH 2/2] Fix for Haiku

2021-07-04 Thread Philippe Mathieu-Daudé
On 7/3/21 11:12 PM, Richard Zak wrote: > Fix for path to env > > Signed-off-by: Richard Zak > > --- >  Makefile | 4 >  1 file changed, 4 insertions(+) > > diff --git a/Makefile b/Makefile > index 30f19d33bb..ced9b97372 100644 > --- a/Makefile > +++

Re: [PATCH 2/2] Fix for Haiku

2021-07-04 Thread Thomas Huth
On 03/07/2021 23.12, Richard Zak wrote: Fix for path to env Please change the subject to something more meaning full, e.g. "Fix setting of the SHELL variable for Haiku". In the patch description, you should mention that there is no /usr/bin/env on Haiku. Signed-off-by: Richard Zak

[PATCH 2/2] Fix for Haiku

2021-07-03 Thread Richard Zak
Fix for path to env Signed-off-by: Richard Zak --- Makefile | 4 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 30f19d33bb..ced9b97372 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,11 @@ SRC_PATH=. # we have explicit rules for everything MAKEFLAGS += -rR