[CRIU] [PATCH] make: Simplify ARCH retrieval

Cyrill Gorcunov gorcunov at openvz.org
Wed Jan 23 10:49:35 EST 2013


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.


More information about the CRIU mailing list