Commit 92c0e732 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

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: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent bd708120
...@@ -108,7 +108,7 @@ endif ...@@ -108,7 +108,7 @@ endif
endif endif
mrproper-y += $(obj)/*.pb-c.c $(obj)/*.pb-c.h 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/*.d
cleanup-y += $(obj)/google/protobuf/*.h cleanup-y += $(obj)/google/protobuf/*.h
cleanup-y += $(obj)/google/protobuf/*.c cleanup-y += $(obj)/google/protobuf/*.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment