[CRIU] [PATCH] build: images -- Add missing cleanups

Cyrill Gorcunov gorcunov at openvz.org
Thu Mar 24 07:55:19 PDT 2016


In commit 9469dae61c we've dropped implicit cleanups as
a pattern but in images dir we use additional custom
rules so simply drop files built.

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

diff --git a/images/Makefile b/images/Makefile
index aae6ed13f965..52f516e86cae 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -109,7 +109,7 @@ endif
 endif
 
 mrproper-y += $(obj)/*.pb-c.c $(obj)/*.pb-c.h
-cleanup-y += $(obj)/*.c.d
+cleanup-y += $(obj)/*.o $(obj)/*.d $(obj)/*.s $(obj)/*.i
 cleanup-y += $(obj)/google/protobuf/*.d
 cleanup-y += $(obj)/google/protobuf/*.h
 cleanup-y += $(obj)/google/protobuf/*.c
-- 
2.5.5



More information about the CRIU mailing list