From 870089d1eeefa78b589d2a9a9f0799ee71d4cdbe Mon Sep 17 00:00:00 2001 From: Dmitry Safonov Date: Tue, 29 Mar 2016 13:11:00 +0300 Subject: [PATCH] Makefile: drop 'rebuild' from help message The target has been broken for some time without complaints from users. https://lists.openvz.org/pipermail/criu/2016-March/026525.html Cc: Cyrill Gorcunov Signed-off-by: Dmitry Safonov Acked-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 1d5f37160..4e1c1df45 100644 --- a/Makefile +++ b/Makefile @@ -235,7 +235,6 @@ help: @echo ' tags - Generate tags file (ctags)' @echo ' etags - Generate TAGS file (etags)' @echo ' cscope - Generate cscope database' - @echo ' rebuild - Force-rebuild of [*] targets' @echo ' test - Run zdtm test-suite' @echo ' gcov - Make code coverage report' .PHONY: help