From: Bernhard Reutner-Fischer Date: Mon, 27 Aug 2007 21:40:42 +0000 (-0000) Subject: - allow me to point people at 'make help' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=663dee48ac58f0bb74778e8cb3b0efdd11da3671;p=buildroot.git - allow me to point people at 'make help' --- diff --git a/Makefile b/Makefile index 56f23a941a..b1e7755a16 100644 --- a/Makefile +++ b/Makefile @@ -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