[CRIU] [PATCH 1/3] make: pie -- Explicitly cleanup specific targets

Cyrill Gorcunov gorcunov at openvz.org
Fri Dec 13 03:41:51 PST 2013


make engine will be reworked to clean up only those
files which were generated with implicit rules. Thus
anything generated in specific way must be cleaned
up explicitly.

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

diff --git a/pie/Makefile b/pie/Makefile
index b1099fddd0e0..dbe6d6bba8a8 100644
--- a/pie/Makefile
+++ b/pie/Makefile
@@ -50,6 +50,8 @@ _all += $(BLOBS)
 cleanup-y += $(obj)/$(PIELDS)
 cleanup-y += $(obj)/*.bin
 cleanup-y += $(BLOBS)
+cleanup-y += $(obj)/*.built-in.bin.o
+cleanup-y += $(obj)/*.built-in.bin
 
 ifneq ($(MAKECMDGOALS),clean)
 incdeps := y
-- 
1.8.3.1



More information about the CRIU mailing list