diff options
author | Zach Brown <zach.brown@oracle.com> | 2005-09-07 12:08:23 -0700 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-09-10 14:13:36 +0200 |
commit | 6d12884259ac65f74538b7819f5fadf4ebb0d569 (patch) | |
tree | 8f0f347cc82fd0159a478bf3779df81f9dcb559e /Makefile | |
parent | 87fc767b832ef5a681a0ff9d203c3289bc3be2bf (diff) | |
download | linux-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |