[CRIU] [PATCH] build: criu -- Don't forget to cleanup arch directory
Dmitry Safonov
dsafonov at virtuozzo.com
Tue Apr 5 01:38:22 PDT 2016
On 04/04/2016 07:39 PM, Cyrill Gorcunov wrote:
> Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
Reviewed-by: Dmitry Safonov <dsafonov at virtuozzo.com>
Thanks!
> ---
> criu/Makefile | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/criu/Makefile b/criu/Makefile
> index 0380295a934d..3486d19d932b 100644
> --- a/criu/Makefile
> +++ b/criu/Makefile
> @@ -192,6 +192,7 @@ subclean:
> # Clean the most, except generated c files
> clean: subclean
> $(Q) $(MAKE) $(call build-as,Makefile.syscalls,$(ARCH_DIR)) $@
> + $(Q) $(MAKE) $(call build-as,Makefile,$(ARCH_DIR)) $@
> $(Q) $(MAKE) $(call build-as,Makefile.library,pie) $@
> $(Q) $(MAKE) $(call build-as,Makefile.crtools,.) $@
> $(Q) $(MAKE) $(build)=pie/piegen $@
> @@ -202,6 +203,7 @@ clean: subclean
> # Delete all generated files
> mrproper: subclean
> $(Q) $(MAKE) $(call build-as,Makefile.syscalls,$(ARCH_DIR)) $@
> + $(Q) $(MAKE) $(call build-as,Makefile,$(ARCH_DIR)) $@
> $(Q) $(MAKE) $(call build-as,Makefile.library,pie) $@
> $(Q) $(MAKE) $(call build-as,Makefile.crtools,.) $@
> $(Q) $(MAKE) $(build)=pie/piegen $@
--
Regards,
Dmitry Safonov
More information about the CRIU
mailing list