diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-27 21:40:42 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-27 21:40:42 +0000 |
commit | 663dee48ac58f0bb74778e8cb3b0efdd11da3671 (patch) | |
tree | 5d674b2e633f53328a3598042fa6425671ea5f9d | |
parent | bc970eced7233bd9356683df4e64e901707e2ae2 (diff) |
- allow me to point people at 'make help'
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -414,6 +414,8 @@ help: @echo ' source - download all sources needed for offline-build' @echo ' source-check - check all packages for valid download URLs' @echo + @echo 'See docs/REAME and docs/buildroot.html for further details' + @echo .PHONY: dummy subdirs release distclean clean config oldconfig \ menuconfig tags check test depend defconfig help |