Lines Matching full:build

69 rpm-pkg:    private build-type := a
70 srcrpm-pkg: private build-type := s
71 binrpm-pkg: private build-type := b
75 +$(strip rpmbuild -b$(build-type) rpmbuild/SPECS/kernel.spec \
77 $(if $(filter a b, $(build-type)), \
78 --target $(UTS_MACHINE)-linux --build-in-place --noprep --define='_smp_mflags %{nil}' \
119 deb-pkg: private build-type := source,binary
120 srcdeb-pkg: private build-type := source
121 bindeb-pkg: private build-type := binary
127 --build=$(build-type) --no-pre-clean --unsigned-changes \
128 $(if $(findstring source, $(build-type)), \
130 $(if $(findstring binary, $(build-type)), \
158 KBUILD_REVISION="$(shell $(srctree)/scripts/build-version)" \
233 @echo ' rpm-pkg - Build both source and binary RPM kernel packages'
234 @echo ' srcrpm-pkg - Build only the source kernel RPM package'
235 @echo ' binrpm-pkg - Build only the binary kernel RPM package'
236 @echo ' deb-pkg - Build both source and binary deb kernel packages'
237 @echo ' srcdeb-pkg - Build only the source kernel deb package'
238 @echo ' bindeb-pkg - Build only the binary kernel deb package'
239 @echo ' snap-pkg - Build only the binary kernel snap package'
241 @echo ' pacman-pkg - Build only the binary kernel pacman package'
242 @echo ' dir-pkg - Build the kernel as a plain directory structure'
243 @echo ' tar-pkg - Build the kernel as an uncompressed tarball'
244 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'
245 @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball'
246 @echo ' tarxz-pkg - Build the kernel as a xz compressed tarball'
247 @echo ' tarzst-pkg - Build the kernel as a zstd compressed tarball'
248 @echo ' perf-tar-src-pkg - Build the perf source tarball with no compression'
249 @echo ' perf-targz-src-pkg - Build the perf source tarball with gzip compression'
250 @echo ' perf-tarbz2-src-pkg - Build the perf source tarball with bz2 compression'
251 @echo ' perf-tarxz-src-pkg - Build the perf source tarball with xz compression'
252 @echo ' perf-tarzst-src-pkg - Build the perf source tarball with zst compression'