Commit 02feb3a8 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

make: pie -- Explicitly cleanup specific targets

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: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 5535e44d
...@@ -50,6 +50,8 @@ _all += $(BLOBS) ...@@ -50,6 +50,8 @@ _all += $(BLOBS)
cleanup-y += $(obj)/$(PIELDS) cleanup-y += $(obj)/$(PIELDS)
cleanup-y += $(obj)/*.bin cleanup-y += $(obj)/*.bin
cleanup-y += $(BLOBS) cleanup-y += $(BLOBS)
cleanup-y += $(obj)/*.built-in.bin.o
cleanup-y += $(obj)/*.built-in.bin
ifneq ($(MAKECMDGOALS),clean) ifneq ($(MAKECMDGOALS),clean)
incdeps := y incdeps := y
......
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