mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-03 15:55:53 +00:00
make: do not rm version header in criu make
It's generated and cleaned in the top Makefile. Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
8c3da46a70
commit
dde7fae617
@@ -124,7 +124,6 @@ mrproper: subclean
|
|||||||
$(Q) $(MAKE) $(call build-as,Makefile.crtools,.) $@
|
$(Q) $(MAKE) $(call build-as,Makefile.crtools,.) $@
|
||||||
$(Q) $(MAKE) $(build)=pie/piegen $@
|
$(Q) $(MAKE) $(build)=pie/piegen $@
|
||||||
$(Q) $(MAKE) $(build)=pie $@
|
$(Q) $(MAKE) $(build)=pie $@
|
||||||
$(Q) $(RM) $(VERSION_HEADER)
|
|
||||||
$(Q) $(RM) $(CONFIG_HEADER)
|
$(Q) $(RM) $(CONFIG_HEADER)
|
||||||
.PHONY: mrproper
|
.PHONY: mrproper
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user