[CRIU] [PATCH] make: Add 'help' target
Cyrill Gorcunov
gorcunov at openvz.org
Fri Jan 27 09:41:54 EST 2012
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
Makefile | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 31836d8..736ce10 100644
--- a/Makefile
+++ b/Makefile
@@ -171,6 +171,18 @@ cscope:
$(Q) $(CSCOPE) -bkqu
.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)),)
-include $(DEPS)
endif
--
1.7.7.5
More information about the CRIU
mailing list