summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZach Brown <zach.brown@oracle.com>2005-09-07 12:08:23 -0700
committerSam Ravnborg <sam@mars.ravnborg.org>2005-09-10 14:13:36 +0200
commit6d12884259ac65f74538b7819f5fadf4ebb0d569 (patch)
tree8f0f347cc82fd0159a478bf3779df81f9dcb559e /Makefile
parent87fc767b832ef5a681a0ff9d203c3289bc3be2bf (diff)
downloadlinux-3.10-6d12884259ac65f74538b7819f5fadf4ebb0d569.tar.gz
linux-3.10-6d12884259ac65f74538b7819f5fadf4ebb0d569.tar.bz2
linux-3.10-6d12884259ac65f74538b7819f5fadf4ebb0d569.zip
[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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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'