mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
nmk: msg.mk -- Add host- messages
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
1693e539d5
commit
e4e2f19d85
1 changed files with 12 additions and 0 deletions
|
|
@ -42,6 +42,18 @@ define msg-build
|
|||
$(E) " BUILD " $(1)
|
||||
endef
|
||||
|
||||
define msg-host-cc
|
||||
$(E) " HOSTCC " $(1)
|
||||
endef
|
||||
|
||||
define msg-host-dep
|
||||
$(E) " HOSTDEP " $(1)
|
||||
endef
|
||||
|
||||
define msg-host-link
|
||||
$(E) " HOSTLINK" $(1)
|
||||
endef
|
||||
|
||||
define newline
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue