[CRIU] [PATCH 1/2] zdtm: fix compilation on PowerPC

Laurent Dufour ldufour at linux.vnet.ibm.com
Fri Sep 4 08:03:18 PDT 2015


On 04/09/2015 15:10, Andrey Vagin wrote:
> From: Andrew Vagin <avagin at openvz.org>
> 
> Signed-off-by: Andrey Vagin <avagin at openvz.org>
> ---
>  test/zdtm/Makefile.inc | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/test/zdtm/Makefile.inc b/test/zdtm/Makefile.inc
> index e93c17b..16e8987 100644
> --- a/test/zdtm/Makefile.inc
> +++ b/test/zdtm/Makefile.inc
> @@ -5,7 +5,6 @@ ARCH ?= $(shell uname -m | sed		\
>  		-e s/sa110/arm/		\
>  		-e s/s390x/s390/	\
>  		-e s/parisc64/parisc/	\
> -		-e s/ppc.*/powerpc/	\
>  		-e s/mips.*/mips/	\
>  		-e s/sh[234].*/sh/)
> 

Nice catch Andrey, I was always building zdtm from the root CRIU's
directory, and thus the zdtm Makefile was inheriting the ARCH variable
from the top directory.

Acked-by: Laurent Dufour <ldufour at linux.vnet.ibm.com>



More information about the CRIU mailing list