From c14e3c99f7cd9e2721edf69e103d1649a88b6b88 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 16 Sep 2008 08:19:07 +0000 Subject: - do not attempt to rm twice - clean targets are supposed to clean independently of any .config --- Makefile.help | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.help') diff --git a/Makefile.help b/Makefile.help index 9fc5469e2..7ab771f4a 100644 --- a/Makefile.help +++ b/Makefile.help @@ -7,7 +7,8 @@ help: @echo 'Cleaning:' - @echo ' clean - delete temporary files created by build' + @echo ' clean - delete temporary object files' + @echo ' realclean - delete temporary object file, including dependencies' @echo ' distclean - delete all non-source files (including .config)' @echo @echo 'Build:' -- cgit v1.2.3