[CRIU] [PATCH] make: Simplify ARCH retrieval

Pavel Emelyanov xemul at parallels.com
Thu Jan 24 04:21:08 EST 2013


On 01/23/2013 07:49 PM, Cyrill Gorcunov wrote:
> On Wed, Jan 23, 2013 at 06:50:18PM +0400, Cyrill Gorcunov wrote:
>>
>> Actually the former code was being expanding
>> uname_M variable which is not set that early
>> (this was not a problem since we assign it a
>> line below, still it was a dead code which
>> should be fixed).
>>
>> p.s. With this patch the line
>>
>>  | ifeq ($(findstring arm,$(ARCH)),arm)
>>
>> seems to be unneeded and plain
>>
>>  | ifeq ($(ARCH),arm)
>>
>> should work just fine here but I simply
>> have no ARM environment installed at moment
>> so I leave it as is for a while.
> 
> Updated variant attached. Thanks all.
> 


Applied


More information about the CRIU mailing list