Re: [PATCH v2] kbuild: comments correction & update on Makefile.host

2017-11-14 Thread Cao jin
Masahiro-san, On 11/14/2017 06:31 PM, Masahiro Yamada wrote: > Hi Cao, > > 2017-11-01 10:43 GMT+09:00 Cao jin : >> >> # C code >> -# Executables compiled from a single .c file >> +# C Executables compiled from a single .c file > > > Is anything wrong with the current comment? > Nothing wrong

Re: [PATCH v2] kbuild: comments correction & update on Makefile.host

2017-11-14 Thread Masahiro Yamada
Hi Cao, 2017-11-01 10:43 GMT+09:00 Cao jin : > host-cmulti means the composite host program that is compiled/linked > from several .c file, not .o file, because .o file could also be > compiled from .cpp file. > > Bonus: update the stale comment. > Signed-off-by: Cao jin > --- > scripts/Makefile

Re: [PATCH v2] kbuild: comments correction & update on Makefile.host

2017-11-13 Thread Cao jin
I guess maybe this trivial one is forgot:) So, a friendly ping. On 11/01/2017 09:43 AM, Cao jin wrote: > host-cmulti means the composite host program that is compiled/linked > from several .c file, not .o file, because .o file could also be > compiled from .cpp file. > > Bonus: update the stale c

[PATCH v2] kbuild: comments correction & update on Makefile.host

2017-10-31 Thread Cao jin
host-cmulti means the composite host program that is compiled/linked from several .c file, not .o file, because .o file could also be compiled from .cpp file. Bonus: update the stale comment. Signed-off-by: Cao jin --- scripts/Makefile.host | 6 +++--- 1 file changed, 3 insertions(+), 3 deletion