Skip to content

Commit

Permalink
[PATCH] kbuild: add kernelrelease to 'make help'
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Zach Brown authored and Sam Ravnborg committed Sep 10, 2005
1 parent 87fc767 commit 6d12884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6d12884

Please sign in to comment.