Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@openvz.org>2016-03-24 17:55:00 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-03-25 23:39:22 +0300
commit92c0e732d8316c764ac281ce8514a14d2f01d525 (patch)
tree250a3f1ceb2ed8fa96d5e20248a4f7762579cbcb /images
parentbd7081202395bbe1460b108c85fab9bdc9746441 (diff)
build: images -- Add missing cleanups
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@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'images')
-rw-r--r--images/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile
index 4ced69988..a29a04922 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -108,7 +108,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