[CRIU] [RFC PATCH 04/21] zdtm: Makefile: remove lib, not lib/ (it could be a symlink pointing to host)

Pavel Emelyanov xemul at virtuozzo.com
Wed Mar 9 02:20:38 PST 2016


On 02/19/2016 05:50 PM, Ivan Shapovalov wrote:
> Signed-off-by: Ivan Shapovalov <intelfx at intelfx.name>
> ---
>  test/Makefile | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/test/Makefile b/test/Makefile
> index a0a22b0..aa6c774 100644
> --- a/test/Makefile
> +++ b/test/Makefile
> @@ -46,8 +46,8 @@ fault-injection: .FORCE
>  override CFLAGS += -D_GNU_SOURCE
>  
>  clean_root:
> -	$(Q) $(RM) -r ./lib/
> -	$(Q) $(RM) -r ./lib64/
> +	$(Q) $(RM) -r ./lib
> +	$(Q) $(RM) -r ./lib64

This should be in zdtm.py clean nsroot. Would you check, please?

>  	$(Q) $(RM) -r ./tmp
>  	$(Q) $(RM) -r ./etc
>  	$(Q) $(RM) -r ./dev
> 



More information about the CRIU mailing list