Lines Matching full:build
65 rpm-pkg: private build-type := a
66 srcrpm-pkg: private build-type := s
67 binrpm-pkg: private build-type := b
71 +$(strip rpmbuild -b$(build-type) rpmbuild/SPECS/kernel.spec \
73 $(if $(filter a b, $(build-type)), \
74 --target $(UTS_MACHINE)-linux --build-in-place --noprep --define='_smp_mflags %{nil}' \
114 deb-pkg: private build-type := source,binary
115 srcdeb-pkg: private build-type := source
116 bindeb-pkg: private build-type := binary
122 --build=$(build-type) --no-pre-clean --unsigned-changes \
123 $(if $(findstring source, $(build-type)), \
125 $(if $(findstring binary, $(build-type)), \
216 @echo ' rpm-pkg - Build both source and binary RPM kernel packages'
217 @echo ' srcrpm-pkg - Build only the source kernel RPM package'
218 @echo ' binrpm-pkg - Build only the binary kernel RPM package'
219 @echo ' deb-pkg - Build both source and binary deb kernel packages'
220 @echo ' srcdeb-pkg - Build only the source kernel deb package'
221 @echo ' bindeb-pkg - Build only the binary kernel deb package'
222 @echo ' snap-pkg - Build only the binary kernel snap package'
224 @echo ' dir-pkg - Build the kernel as a plain directory structure'
225 @echo ' tar-pkg - Build the kernel as an uncompressed tarball'
226 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'
227 @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball'
228 @echo ' tarxz-pkg - Build the kernel as a xz compressed tarball'
229 @echo ' tarzst-pkg - Build the kernel as a zstd compressed tarball'
230 @echo ' perf-tar-src-pkg - Build the perf source tarball with no compression'
231 @echo ' perf-targz-src-pkg - Build the perf source tarball with gzip compression'
232 @echo ' perf-tarbz2-src-pkg - Build the perf source tarball with bz2 compression'
233 @echo ' perf-tarxz-src-pkg - Build the perf source tarball with xz compression'
234 @echo ' perf-tarzst-src-pkg - Build the perf source tarball with zst compression'