From: Zach Brown <zach.brown@oracle.com>
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: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6d12884259ac65f74538b7819f5fadf4ebb0d569;p=linux-2.6-omap-h63xx.git

[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 <sam@ravnborg.org>
---

diff --git a/Makefile b/Makefile
index 2402430c87e..0d0576a622b 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'