Lines Matching refs:pkg

68 # rpm-pkg srcrpm-pkg binrpm-pkg
84 PHONY += rpm-pkg srcrpm-pkg binrpm-pkg
86 rpm-pkg: private build-type := a
87 srcrpm-pkg: private build-type := s
88 binrpm-pkg: private build-type := b
90 rpm-pkg srcrpm-pkg: rpm-sources
91 rpm-pkg srcrpm-pkg binrpm-pkg: kernel.spec
101 # deb-pkg srcdeb-pkg bindeb-pkg
137 PHONY += deb-pkg srcdeb-pkg bindeb-pkg
139 deb-pkg: private build-type := source,binary
140 srcdeb-pkg: private build-type := source
141 bindeb-pkg: private build-type := binary
143 deb-pkg srcdeb-pkg: debian-orig
144 bindeb-pkg: debian
145 deb-pkg srcdeb-pkg bindeb-pkg:
155 # snap-pkg
157 PHONY += snap-pkg
158 snap-pkg:
170 # dir-pkg tar*-pkg - tarball targets
190 PHONY += dir-pkg
191 dir-pkg: tar-install
194 PHONY += tar-pkg
195 tar-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar
198 tar%-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar.% FORCE
201 # perf-tar*-src-pkg - generate a source tarball with perf source
231 PHONY += perf-tar-src-pkg
232 perf-tar-src-pkg: perf-$(KERNELVERSION).tar
235 perf-tar%-src-pkg: perf-$(KERNELVERSION).tar.% FORCE
242 @echo ' rpm-pkg - Build both source and binary RPM kernel packages'
243 @echo ' srcrpm-pkg - Build only the source kernel RPM package'
244 @echo ' binrpm-pkg - Build only the binary kernel RPM package'
245 @echo ' deb-pkg - Build both source and binary deb kernel packages'
246 @echo ' srcdeb-pkg - Build only the source kernel deb package'
247 @echo ' bindeb-pkg - Build only the binary kernel deb package'
248 @echo ' snap-pkg - Build only the binary kernel snap package'
250 @echo ' dir-pkg - Build the kernel as a plain directory structure'
251 @echo ' tar-pkg - Build the kernel as an uncompressed tarball'
252 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'
253 @echo ' tarbz2-pkg - Build the kernel as a bzip2 compressed tarball'
254 @echo ' tarxz-pkg - Build the kernel as a xz compressed tarball'
255 @echo ' tarzst-pkg - Build the kernel as a zstd compressed tarball'
256 @echo ' perf-tar-src-pkg - Build the perf source tarball with no compression'
257 @echo ' perf-targz-src-pkg - Build the perf source tarball with gzip compression'
258 @echo ' perf-tarbz2-src-pkg - Build the perf source tarball with bz2 compression'
259 @echo ' perf-tarxz-src-pkg - Build the perf source tarball with xz compression'
260 @echo ' perf-tarzst-src-pkg - Build the perf source tarball with zst compression'