diff options
author | Zach Brown <zach.brown@oracle.com> | 2005-09-07 15:08:23 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-09-10 08:13:36 -0400 |
commit | 6d12884259ac65f74538b7819f5fadf4ebb0d569 (patch) | |
tree | 8f0f347cc82fd0159a478bf3779df81f9dcb559e /Makefile | |
parent | 87fc767b832ef5a681a0ff9d203c3289bc3be2bf (diff) |
[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: | |||
1053 | @echo ' rpm - Build a kernel as an RPM package' | 1053 | @echo ' rpm - Build a kernel as an RPM package' |
1054 | @echo ' tags/TAGS - Generate tags file for editors' | 1054 | @echo ' tags/TAGS - Generate tags file for editors' |
1055 | @echo ' cscope - Generate cscope index' | 1055 | @echo ' cscope - Generate cscope index' |
1056 | @echo ' kernelrelease - Output the release version string' | ||
1056 | @echo '' | 1057 | @echo '' |
1057 | @echo 'Static analysers' | 1058 | @echo 'Static analysers' |
1058 | @echo ' buildcheck - List dangling references to vmlinux discarded sections' | 1059 | @echo ' buildcheck - List dangling references to vmlinux discarded sections' |