[PATCH] kbuild: add kernelrelease to 'make help'
authorZach Brown <zach.brown@oracle.com>
Wed, 7 Sep 2005 19:08:23 +0000 (12:08 -0700)
committerSam Ravnborg <sam@mars.ravnborg.org>
Sat, 10 Sep 2005 12:13:36 +0000 (14:13 +0200)
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>
Makefile

index 2402430c87e663d99841f84980039c999af3d4d6..0d0576a622bfd770c259e38b3f3a8a2c2d7f4883 100644 (file)
--- 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'