2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

build: Reused .FORCE from nmk

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov
2017-10-22 01:16:06 +03:00
committed by Andrei Vagin
parent 8db0f03758
commit 0b6f9c7975
4 changed files with 0 additions and 8 deletions

View File

@@ -195,8 +195,6 @@ endif
$(eval $(call gen-built-in,images)) $(eval $(call gen-built-in,images))
criu-deps += images/built-in.o criu-deps += images/built-in.o
.PHONY: .FORCE
# #
# Compel get used by CRIU, build it earlier # Compel get used by CRIU, build it earlier
include Makefile.compel include Makefile.compel

View File

@@ -1,5 +1,3 @@
.PHONY: .FORCE
# here is a workaround for a bug in libnl-3: # here is a workaround for a bug in libnl-3:
# 6a8d90f5fec4 "attr: Allow attribute type 0" # 6a8d90f5fec4 "attr: Allow attribute type 0"
WRAPFLAGS += -Wl,--wrap=nla_parse,--wrap=nlmsg_parse WRAPFLAGS += -Wl,--wrap=nla_parse,--wrap=nlmsg_parse

View File

@@ -2,8 +2,6 @@ CRIU_SO := libcriu.so
UAPI_HEADERS := lib/c/criu.h images/rpc.proto UAPI_HEADERS := lib/c/criu.h images/rpc.proto
PYTHON_BIN ?= python2 PYTHON_BIN ?= python2
.PHONY: .FORCE
# #
# File to keep track of files installed by setup.py # File to keep track of files installed by setup.py
CRIT_SETUP_FILES := lib/.crit-setup.files CRIT_SETUP_FILES := lib/.crit-setup.files

View File

@@ -1,7 +1,5 @@
all-y += libpy-images rpc_pb2.py all-y += libpy-images rpc_pb2.py
.PHONY: .FORCE
$(obj)/images/Makefile: ; $(obj)/images/Makefile: ;
$(obj)/images/%: .FORCE $(obj)/images/%: .FORCE
$(Q) $(MAKE) $(build)=$(obj)/images $@ $(Q) $(MAKE) $(build)=$(obj)/images $@