mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
make: drop compel/compel dependency for all target
Target criu depends on all, so this is redundant and makes noise: if you had typed `make` without arguments, it has built compel firstly, if you had typed `make criu`, it has built protobuf images firstly. Cc: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com> 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
abca195ef2
commit
bbf29e89b4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -127,7 +127,7 @@ endif
|
|||
CFLAGS += $(WARNINGS) $(DEFINES) -iquote include/
|
||||
|
||||
# Default target
|
||||
all: compel/compel criu lib
|
||||
all: criu lib
|
||||
.PHONY: all
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue