[CRIU] [PATCH] make: Don't forget to clean up obj-x

Cyrill Gorcunov gorcunov at openvz.org
Mon Oct 19 09:13:17 PDT 2015


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 scripts/Makefile.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/Makefile.build b/scripts/Makefile.build
index 78360a9ecf1a..ee0b800063e1 100644
--- a/scripts/Makefile.build
+++ b/scripts/Makefile.build
@@ -74,6 +74,7 @@ $(foreach file,						\
 			$(file:$(xsuffix).o=),$(file:.o=))))
 all-objs += $(obj-x)
 deps += $(obj-x:.o=.d)
+cleanup-y += $(obj-x) $(obj-x:.o=.d)
 endif
 
 ifneq ($(obj-e),)
-- 
2.4.3



More information about the CRIU mailing list