Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Kbuild: Clarify the rpm-related make packaging targets

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

authored by

Robert P. J. Day and committed by
Sam Ravnborg
899c3842 3dce174c

+2 -4
-1
Makefile
··· 1181 1181 @echo ' dir/ - Build all files in dir and below' 1182 1182 @echo ' dir/file.[ois] - Build specified target only' 1183 1183 @echo ' dir/file.ko - Build module including final link' 1184 - @echo ' rpm - Build a kernel as an RPM package' 1185 1184 @echo ' tags/TAGS - Generate tags file for editors' 1186 1185 @echo ' cscope - Generate cscope index' 1187 1186 @echo ' kernelrelease - Output the release version string'
+2 -3
scripts/package/Makefile
··· 89 89 # Help text displayed when executing 'make help' 90 90 # --------------------------------------------------------------------------- 91 91 help: FORCE 92 - @echo ' rpm-pkg - Build the kernel as an RPM package' 93 - @echo ' binrpm-pkg - Build an rpm package containing the compiled kernel' 94 - @echo ' and modules' 92 + @echo ' rpm-pkg - Build both source and binary RPM kernel packages' 93 + @echo ' binrpm-pkg - Build only the binary kernel package' 95 94 @echo ' deb-pkg - Build the kernel as an deb package' 96 95 @echo ' tar-pkg - Build the kernel as an uncompressed tarball' 97 96 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'