Commit 0b6f9c79 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

build: Reused .FORCE from nmk

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 8db0f037
...@@ -195,8 +195,6 @@ endif ...@@ -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
......
.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
......
...@@ -2,8 +2,6 @@ CRIU_SO := libcriu.so ...@@ -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
......
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 $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment