Lines Matching full:rpm
6 # RPM target
8 # The rpm target generates two rpm files:
9 # /usr/src/packages/SRPMS/kernel-2.6.7rc2-1.src.rpm
10 # /usr/src/packages/RPMS/i386/kernel-2.6.7rc2-1.<arch>.rpm
11 # The src.rpm files includes all source for the kernel being built
12 # The <arch>.rpm includes kernel configuration, modules etc.
14 # Process to create the rpm files
20 # e) generate the rpm files, based on kernel.spec
23 # Note that the rpm-pkg target cannot be used with KBUILD_OUTPUT,
26 # Remove hyphens since they have special meaning in RPM filenames
52 # rpm-pkg
54 PHONY += rpm-pkg
55 rpm-pkg:
145 @echo ' rpm-pkg - Build both source and binary RPM kernel packages'
146 @echo ' binrpm-pkg - Build only the binary kernel RPM package'