[CRIU] [PATCH] make: clean at test/rpc when performing "make clean" from main dir
Pavel Emelyanov
xemul at parallels.com
Tue Aug 5 22:36:43 PDT 2014
On 08/04/2014 04:23 PM, Ruslan Kuprieiev wrote:
> Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
> ---
> Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Makefile b/Makefile
> index 2cdf14b..457c01d 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -222,6 +222,7 @@ clean: clean-built
> $(Q) $(RM) protobuf-desc-gen.h
> $(Q) $(MAKE) -C test/zdtm cleandep clean cleanout
> $(Q) $(MAKE) -C test/libcriu clean
> + $(Q) $(MAKE) -C test/rpc clean
>
> distclean: clean
> $(E) " DISTCLEAN"
>
applied, thanks
More information about the CRIU
mailing list