Loading Makefile +0 −1 Original line number Original line Diff line number Diff line Loading @@ -1181,7 +1181,6 @@ help: @echo ' dir/ - Build all files in dir and below' @echo ' dir/ - Build all files in dir and below' @echo ' dir/file.[ois] - Build specified target only' @echo ' dir/file.[ois] - Build specified target only' @echo ' dir/file.ko - Build module including final link' @echo ' dir/file.ko - Build module including final link' @echo ' rpm - Build a kernel as an RPM package' @echo ' tags/TAGS - Generate tags file for editors' @echo ' tags/TAGS - Generate tags file for editors' @echo ' cscope - Generate cscope index' @echo ' cscope - Generate cscope index' @echo ' kernelrelease - Output the release version string' @echo ' kernelrelease - Output the release version string' Loading scripts/package/Makefile +2 −3 Original line number Original line Diff line number Diff line Loading @@ -89,9 +89,8 @@ clean-dirs += $(objtree)/tar-install/ # Help text displayed when executing 'make help' # Help text displayed when executing 'make help' # --------------------------------------------------------------------------- # --------------------------------------------------------------------------- help: FORCE help: FORCE @echo ' rpm-pkg - Build the kernel as an RPM package' @echo ' rpm-pkg - Build both source and binary RPM kernel packages' @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel' @echo ' binrpm-pkg - Build only the binary kernel package' @echo ' and modules' @echo ' deb-pkg - Build the kernel as an deb package' @echo ' deb-pkg - Build the kernel as an deb package' @echo ' tar-pkg - Build the kernel as an uncompressed tarball' @echo ' tar-pkg - Build the kernel as an uncompressed tarball' @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' Loading Loading
Makefile +0 −1 Original line number Original line Diff line number Diff line Loading @@ -1181,7 +1181,6 @@ help: @echo ' dir/ - Build all files in dir and below' @echo ' dir/ - Build all files in dir and below' @echo ' dir/file.[ois] - Build specified target only' @echo ' dir/file.[ois] - Build specified target only' @echo ' dir/file.ko - Build module including final link' @echo ' dir/file.ko - Build module including final link' @echo ' rpm - Build a kernel as an RPM package' @echo ' tags/TAGS - Generate tags file for editors' @echo ' tags/TAGS - Generate tags file for editors' @echo ' cscope - Generate cscope index' @echo ' cscope - Generate cscope index' @echo ' kernelrelease - Output the release version string' @echo ' kernelrelease - Output the release version string' Loading
scripts/package/Makefile +2 −3 Original line number Original line Diff line number Diff line Loading @@ -89,9 +89,8 @@ clean-dirs += $(objtree)/tar-install/ # Help text displayed when executing 'make help' # Help text displayed when executing 'make help' # --------------------------------------------------------------------------- # --------------------------------------------------------------------------- help: FORCE help: FORCE @echo ' rpm-pkg - Build the kernel as an RPM package' @echo ' rpm-pkg - Build both source and binary RPM kernel packages' @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel' @echo ' binrpm-pkg - Build only the binary kernel package' @echo ' and modules' @echo ' deb-pkg - Build the kernel as an deb package' @echo ' deb-pkg - Build the kernel as an deb package' @echo ' tar-pkg - Build the kernel as an uncompressed tarball' @echo ' tar-pkg - Build the kernel as an uncompressed tarball' @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' @echo ' targz-pkg - Build the kernel as a gzip compressed tarball' Loading