From: Zach Brown Date: Wed, 7 Sep 2005 19:08:23 +0000 (-0700) Subject: [PATCH] kbuild: add kernelrelease to 'make help' X-Git-Tag: v2.6.14-rc1~129^2~6 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d12884259ac65f74538b7819f5fadf4ebb0d569;p=linux-2.6 [PATCH] kbuild: add kernelrelease to 'make help' Dunno if there was a conscious decision to leave it out, but if you're happy with adding some help text for it here's a patch against 2.6.13-mm1.. Signed-off-by: Sam Ravnborg --- diff --git a/Makefile b/Makefile index 2402430c87..0d0576a622 100644 --- a/Makefile +++ b/Makefile @@ -1053,6 +1053,7 @@ help: @echo ' rpm - Build a kernel as an RPM package' @echo ' tags/TAGS - Generate tags file for editors' @echo ' cscope - Generate cscope index' + @echo ' kernelrelease - Output the release version string' @echo '' @echo 'Static analysers' @echo ' buildcheck - List dangling references to vmlinux discarded sections'