Re: [PATCH v2] Kbuild: tiny correction on `make help`

2017-06-14 Thread Michal Marek
Dne 14.6.2017 v 09:08 Cao jin napsal(a): > > > On 06/14/2017 09:15 AM, Masahiro Yamada wrote: >> 2017-06-13 18:52 GMT+09:00 Cao jin : >>> Yamada-san, >>> >>> I have a question on the current top level Makefile. There are >>> following lines, I have trouble to

Re: [PATCH v2] Kbuild: tiny correction on `make help`

2017-06-14 Thread Michal Marek
Dne 14.6.2017 v 09:08 Cao jin napsal(a): > > > On 06/14/2017 09:15 AM, Masahiro Yamada wrote: >> 2017-06-13 18:52 GMT+09:00 Cao jin : >>> Yamada-san, >>> >>> I have a question on the current top level Makefile. There are >>> following lines, I have trouble to understand "firstword

Re: [PATCH v2] Kbuild: tiny correction on `make help`

2017-06-14 Thread Cao jin
On 06/14/2017 09:15 AM, Masahiro Yamada wrote: > 2017-06-13 18:52 GMT+09:00 Cao jin : >> Yamada-san, >> >> I have a question on the current top level Makefile. There are >> following lines, I have trouble to understand "firstword x$(MAKEFLAGS)" >> in 2nd line, why

Re: [PATCH v2] Kbuild: tiny correction on `make help`

2017-06-14 Thread Cao jin
On 06/14/2017 09:15 AM, Masahiro Yamada wrote: > 2017-06-13 18:52 GMT+09:00 Cao jin : >> Yamada-san, >> >> I have a question on the current top level Makefile. There are >> following lines, I have trouble to understand "firstword x$(MAKEFLAGS)" >> in 2nd line, why there is a 'x' there? >> >>

Re: [PATCH v2] Kbuild: tiny correction on `make help`

2017-06-13 Thread Masahiro Yamada
2017-06-13 18:52 GMT+09:00 Cao jin : > Yamada-san, > > I have a question on the current top level Makefile. There are > following lines, I have trouble to understand "firstword x$(MAKEFLAGS)" > in 2nd line, why there is a 'x' there? > > > ifneq ($(filter

Re: [PATCH v2] Kbuild: tiny correction on `make help`

2017-06-13 Thread Masahiro Yamada
2017-06-13 18:52 GMT+09:00 Cao jin : > Yamada-san, > > I have a question on the current top level Makefile. There are > following lines, I have trouble to understand "firstword x$(MAKEFLAGS)" > in 2nd line, why there is a 'x' there? > > > ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4 >

Re: [PATCH v2] Kbuild: tiny correction on `make help`

2017-06-13 Thread Cao jin
Yamada-san, I have a question on the current top level Makefile. There are following lines, I have trouble to understand "firstword x$(MAKEFLAGS)" in 2nd line, why there is a 'x' there? ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4 ifneq ($(filter %s ,$(firstword x$(MAKEFLAGS))),)

Re: [PATCH v2] Kbuild: tiny correction on `make help`

2017-06-13 Thread Cao jin
Yamada-san, I have a question on the current top level Makefile. There are following lines, I have trouble to understand "firstword x$(MAKEFLAGS)" in 2nd line, why there is a 'x' there? ifneq ($(filter 4.%,$(MAKE_VERSION)),) # make-4 ifneq ($(filter %s ,$(firstword x$(MAKEFLAGS))),)

Re: [PATCH v2] Kbuild: tiny correction on `make help`

2017-06-06 Thread Masahiro Yamada
2017-06-06 18:07 GMT+09:00 Cao jin : > The help info of `make C=1` is little confusing, make it clear. > > Signed-off-by: Cao jin Applied to linux-kbuild/fixes. Thanks! -- Best Regards Masahiro Yamada

Re: [PATCH v2] Kbuild: tiny correction on `make help`

2017-06-06 Thread Masahiro Yamada
2017-06-06 18:07 GMT+09:00 Cao jin : > The help info of `make C=1` is little confusing, make it clear. > > Signed-off-by: Cao jin Applied to linux-kbuild/fixes. Thanks! -- Best Regards Masahiro Yamada

[PATCH v2] Kbuild: tiny correction on `make help`

2017-06-06 Thread Cao jin
The help info of `make C=1` is little confusing, make it clear. Signed-off-by: Cao jin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efa267a..bc9eb36 100644 --- a/Makefile +++ b/Makefile @@ -1417,7 +1417,7 @@

[PATCH v2] Kbuild: tiny correction on `make help`

2017-06-06 Thread Cao jin
The help info of `make C=1` is little confusing, make it clear. Signed-off-by: Cao jin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index efa267a..bc9eb36 100644 --- a/Makefile +++ b/Makefile @@ -1417,7 +1417,7 @@ help: @echo '