Commit 8db0f037 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

build: nmk -- Move phony targets to include.mk

So they can be reused.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent d62e0192
......@@ -5,8 +5,6 @@ include $(__nmk_dir)include.mk
MAKEFLAGS := -r -R --no-print-directory
.PHONY: all help test docs clean install .FORCE
help:
@echo ' Targets:'
@echo ' install dir=<dir> - Install scripts into directory <dir>'
......
......@@ -4,6 +4,8 @@ ifndef ____nmk_defined__msg
include $(__nmk_dir)msg.mk
endif
.PHONY: all help test docs clean install .FORCE
#
# Common vars.
SUBARCH := $(shell uname -m | sed \
......
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