Lines Matching refs:pkg
63 PHONY += rpm-pkg srcrpm-pkg binrpm-pkg
69 rpm-pkg: private build-type := a
70 srcrpm-pkg: private build-type := s
71 binrpm-pkg: private build-type := b
73 rpm-pkg srcrpm-pkg: rpm-sources
74 rpm-pkg srcrpm-pkg binrpm-pkg: rpmbuild/SPECS/kernel.spec
117 PHONY += deb-pkg srcdeb-pkg bindeb-pkg
119 deb-pkg: private build-type := source,binary
120 srcdeb-pkg: private build-type := source
121 bindeb-pkg: private build-type := binary
123 deb-pkg srcdeb-pkg: debian-orig
124 bindeb-pkg: debian
125 deb-pkg srcdeb-pkg bindeb-pkg:
137 PHONY += snap-pkg
138 snap-pkg:
152 PHONY += pacman-pkg
153 pacman-pkg:
181 PHONY += dir-pkg
182 dir-pkg: tar-install
185 PHONY += tar-pkg
186 tar-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar
189 tar%-pkg: linux-$(KERNELRELEASE)-$(ARCH).tar.% FORCE
222 PHONY += perf-tar-src-pkg
223 perf-tar-src-pkg: perf-$(KERNELVERSION).tar
226 perf-tar%-src-pkg: perf-$(KERNELVERSION).tar.% FORCE