[CRIU] [PATCH 1/5] build: criu -- Don't forget to cleanup arch directory

Cyrill Gorcunov gorcunov at openvz.org
Tue Apr 5 08:41:11 PDT 2016


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 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 $@
-- 
2.5.5



More information about the CRIU mailing list