summaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-16 08:19:07 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-16 08:19:07 +0000
commitc14e3c99f7cd9e2721edf69e103d1649a88b6b88 (patch)
treedcdf653001e1b10fc6ca39226c4c194944a68c5a /Makefile.help
parente9a22a46d74aa21284502720dfc5bbd3540d3457 (diff)
- do not attempt to rm twice
- clean targets are supposed to clean independently of any .config
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help3
1 files changed, 2 insertions, 1 deletions
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:'