2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 18:07:57 +00:00

make: Add 'help' target

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov 2012-01-27 18:41:09 +04:00
parent f974de9c49
commit 54d7a58801

View File

@ -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