mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-03 15:55:53 +00:00
build: compel -- Drop double targeting
It's a hostprog so one target is enough, otherwise we're gitting double deps generation. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
f2dd307be9
commit
4ffbb4d04e
3
Makefile
3
Makefile
@@ -202,7 +202,8 @@ $(eval $(call gen-built-in,images))
|
|||||||
.PHONY: .FORCE
|
.PHONY: .FORCE
|
||||||
|
|
||||||
# Compel get used by CRIU, build it earlier
|
# Compel get used by CRIU, build it earlier
|
||||||
$(eval $(call gen-built-in,compel))
|
compel/%:
|
||||||
|
$(Q) $(MAKE) $(build)=compel $@
|
||||||
|
|
||||||
#
|
#
|
||||||
# Next the socket CR library
|
# Next the socket CR library
|
||||||
|
Reference in New Issue
Block a user