Commit 9e2ce61c authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

Makefile nitpicks

1. As __nmk_dir already ends with a slash, there's no need
   for an extra one.

2. No need to include macro.mk into criu/Makefile -- nothing it defines
   is used from there.

Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 0aa9eee5
__nmk_dir ?= ../scripts/nmk/scripts/ __nmk_dir ?= ../scripts/nmk/scripts/
include $(__nmk_dir)/include.mk include $(__nmk_dir)include.mk
include $(__nmk_dir)/macro.mk include $(__nmk_dir)macro.mk
ASCIIDOC := asciidoc ASCIIDOC := asciidoc
A2X := a2x A2X := a2x
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
__nmk_dir=$(CURDIR)/scripts/nmk/scripts/ __nmk_dir=$(CURDIR)/scripts/nmk/scripts/
export __nmk_dir export __nmk_dir
include $(__nmk_dir)/include.mk include $(__nmk_dir)include.mk
include $(__nmk_dir)/macro.mk include $(__nmk_dir)macro.mk
# #
# To build host helpers. # To build host helpers.
......
...@@ -35,7 +35,7 @@ ifneq ($(filter ia32 x86 ppc64,$(ARCH)),) ...@@ -35,7 +35,7 @@ ifneq ($(filter ia32 x86 ppc64,$(ARCH)),)
endif endif
# msg-* printing # msg-* printing
include $(__nmk_dir)/msg.mk include $(__nmk_dir)msg.mk
# #
# Needed libraries checks # Needed libraries checks
......
include $(__nmk_dir)/utils.mk include $(__nmk_dir)utils.mk
include $(__nmk_dir)msg.mk include $(__nmk_dir)msg.mk
include $(SRC_DIR)/scripts/feature-tests.mak include $(SRC_DIR)/scripts/feature-tests.mak
......
include $(__nmk_dir)/include.mk include $(__nmk_dir)include.mk
include $(__nmk_dir)/macro.mk
CRIU_SO := libcriu.so CRIU_SO := libcriu.so
UAPI_HEADERS := c/criu.h ../images/rpc.proto UAPI_HEADERS := c/criu.h ../images/rpc.proto
......
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