diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | scripts/package/Makefile | 5 |
2 files changed, 2 insertions, 4 deletions
@@ -1181,7 +1181,6 @@ help: | |||
1181 | @echo ' dir/ - Build all files in dir and below' | 1181 | @echo ' dir/ - Build all files in dir and below' |
1182 | @echo ' dir/file.[ois] - Build specified target only' | 1182 | @echo ' dir/file.[ois] - Build specified target only' |
1183 | @echo ' dir/file.ko - Build module including final link' | 1183 | @echo ' dir/file.ko - Build module including final link' |
1184 | @echo ' rpm - Build a kernel as an RPM package' | ||
1185 | @echo ' tags/TAGS - Generate tags file for editors' | 1184 | @echo ' tags/TAGS - Generate tags file for editors' |
1186 | @echo ' cscope - Generate cscope index' | 1185 | @echo ' cscope - Generate cscope index' |
1187 | @echo ' kernelrelease - Output the release version string' | 1186 | @echo ' kernelrelease - Output the release version string' |
diff --git a/scripts/package/Makefile b/scripts/package/Makefile index 7c434e037e7f..5e326078a4a2 100644 --- a/scripts/package/Makefile +++ b/scripts/package/Makefile | |||
@@ -89,9 +89,8 @@ clean-dirs += $(objtree)/tar-install/ | |||
89 | # Help text displayed when executing 'make help' | 89 | # Help text displayed when executing 'make help' |
90 | # --------------------------------------------------------------------------- | 90 | # --------------------------------------------------------------------------- |
91 | help: FORCE | 91 | help: FORCE |
92 | @echo ' rpm-pkg - Build the kernel as an RPM package' | 92 | @echo ' rpm-pkg - Build both source and binary RPM kernel packages' |
93 | @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel' | 93 | @echo ' binrpm-pkg - Build only the binary kernel package' |
94 | @echo ' and modules' | ||
95 | @echo ' deb-pkg - Build the kernel as an deb package' | 94 | @echo ' deb-pkg - Build the kernel as an deb package' |
96 | @echo ' tar-pkg - Build the kernel as an uncompressed tarball' | 95 | @echo ' tar-pkg - Build the kernel as an uncompressed tarball' |
97 | @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' | 96 | @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' |