···11811181 @echo ' dir/ - Build all files in dir and below'11821182 @echo ' dir/file.[ois] - Build specified target only'11831183 @echo ' dir/file.ko - Build module including final link'11841184- @echo ' rpm - Build a kernel as an RPM package'11851184 @echo ' tags/TAGS - Generate tags file for editors'11861185 @echo ' cscope - Generate cscope index'11871186 @echo ' kernelrelease - Output the release version string'
+2-3
scripts/package/Makefile
···8989# Help text displayed when executing 'make help'9090# ---------------------------------------------------------------------------9191help: FORCE9292- @echo ' rpm-pkg - Build the kernel as an RPM package'9393- @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel'9494- @echo ' and modules'9292+ @echo ' rpm-pkg - Build both source and binary RPM kernel packages'9393+ @echo ' binrpm-pkg - Build only the binary kernel package'9594 @echo ' deb-pkg - Build the kernel as an deb package'9695 @echo ' tar-pkg - Build the kernel as an uncompressed tarball'9796 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'