Re: [PATCH] tools: don't use = after "define" in Rules.mk

2020-09-01 Thread Jan Beulich
On 01.09.2020 12:55, Jürgen Groß wrote: > On 01.09.20 12:27, Jan Beulich wrote: >> The assignment operator is optional, and use of it breaks with make 3.81. >> >> Fixes: ded08cdfa72b ("tools: generate most contents of library make >> variables") >> Suggested-by: Juergen Gross >> Signed-off-by:

Re: [PATCH] tools: don't use = after "define" in Rules.mk

2020-09-01 Thread Jürgen Groß
On 01.09.20 12:27, Jan Beulich wrote: The assignment operator is optional, and use of it breaks with make 3.81. Fixes: ded08cdfa72b ("tools: generate most contents of library make variables") Suggested-by: Juergen Gross Signed-off-by: Jan Beulich --- a/tools/Rules.mk +++ b/tools/Rules.mk @@

[PATCH] tools: don't use = after "define" in Rules.mk

2020-09-01 Thread Jan Beulich
The assignment operator is optional, and use of it breaks with make 3.81. Fixes: ded08cdfa72b ("tools: generate most contents of library make variables") Suggested-by: Juergen Gross Signed-off-by: Jan Beulich --- a/tools/Rules.mk +++ b/tools/Rules.mk @@ -94,7 +94,7 @@ INSTALL_DIR_ROOT = [