lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 14 Nov 2017 19:53:26 +0800
From:   Cao jin <caoj.fnst@...fujitsu.com>
To:     Masahiro Yamada <yamada.masahiro@...ionext.com>
CC:     Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Michal Marek <michal.lkml@...kovi.net>
Subject: Re: [PATCH v2] kbuild: comments correction & update on Makefile.host

Masahiro-san,

On 11/14/2017 06:31 PM, Masahiro Yamada wrote:
> Hi Cao,
> 
> 2017-11-01 10:43 GMT+09:00 Cao jin <caoj.fnst@...fujitsu.com>:
>>
>>  # 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 here, just make it looks the same style as its peer below.

>>  host-csingle   := $(foreach m,$(__hostprogs), \
>>                         $(if $($(m)-objs)$($(m)-cxxobjs),,$(m)))
>>
>> -# C executables linked based on several .o files
>> +# C executables compiled from several .c files, and only .c files
> 
> Your comment is even clearer, but
> I think the current comment is also true, at least.
> 

Yes, just make it more clearer and looks the same style as its peer above.

> host-cmulti is liked from .o files
> after each was compiled from .c
> 
> 

>>  # output directory for programs/.o files
>>  # hostprogs-y := tools/build may have been specified.
>> -# Retrieve also directory of .o files from prog-objs or prog-cxxobjs notation
>> +# Retrieve also directory of .o files from host-cobjs and host-cxxobjs notation
>>  host-objdirs := $(dir $(__hostprogs) $(host-cobjs) $(host-cxxobjs))
>>
>>  host-objdirs := $(strip $(sort $(filter-out ./,$(host-objdirs))))
>> --
> 
> I am removing all host-objdirs stuff.
> I do not need this hunk.
> 

I forget your patches, sorry for the noise here.

-- 
Sincerely,
Cao jin


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ