[CRIU] [PATCH] make: build crit right after config

Pavel Emelyanov xemul at parallels.com
Mon Jan 19 05:18:08 PST 2015


On 01/19/2015 04:03 PM, Ruslan Kuprieiev wrote:
> Without this patch criu is being build twice.

With this patch criu is built twice anyway.
By criu I mean not only the binary, but the whole set
of .o-s and .dep-s in the tree.

> Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index 1bc7fa0..95bf1d9 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -148,7 +148,7 @@ ifeq ($(GCOV),1)
>  %.o $(PROGRAM): override CFLAGS += --coverage
>  endif
>  
> -all: config pie $(VERSION_HEADER) $(CRIU-LIB) crit
> +all: config crit pie $(VERSION_HEADER) $(CRIU-LIB)
>  	$(Q) $(MAKE) $(PROGRAM)
>  
>  protobuf/%::
> 



More information about the CRIU mailing list