mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 01:31:34 +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:
parent
f2dd307be9
commit
4ffbb4d04e
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -202,7 +202,8 @@ $(eval $(call gen-built-in,images))
|
|||
.PHONY: .FORCE
|
||||
|
||||
# Compel get used by CRIU, build it earlier
|
||||
$(eval $(call gen-built-in,compel))
|
||||
compel/%:
|
||||
$(Q) $(MAKE) $(build)=compel $@
|
||||
|
||||
#
|
||||
# Next the socket CR library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue