Commit 54d7a588 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

make: Add 'help' target

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent f974de9c
...@@ -171,6 +171,18 @@ cscope: ...@@ -171,6 +171,18 @@ cscope:
$(Q) $(CSCOPE) -bkqu $(Q) $(CSCOPE) -bkqu
.PHONY: cscope .PHONY: cscope
help:
$(E) ' Targets:'
$(E) ' all - Build all [*] targets'
$(E) ' * crtools - Build crtools'
$(E) ' zdtm - Build zdtm test-suite'
$(E) ' clean - Clean everything'
$(E) ' tags - Generate tags file (ctags)'
$(E) ' cscope - Generate cscope database'
$(E) ' rebuild - Force-rebuild of [*] targets'
$(E) ' test - Run zdtm test-suite'
.PHONY: help
ifeq ($(filter-out no-deps-targets, $(MAKECMDGOALS)),) ifeq ($(filter-out no-deps-targets, $(MAKECMDGOALS)),)
-include $(DEPS) -include $(DEPS)
endif endif
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