Lines Matching refs:build
86 rpm-pkg: private build-type := a
87 srcrpm-pkg: private build-type := s
88 binrpm-pkg: private build-type := b
92 +$(strip rpmbuild -b$(build-type) kernel.spec \
94 $(if $(filter a b, $(build-type)), \
95 --target $(UTS_MACHINE)-linux --build-in-place --noprep --define='_smp_mflags %{nil}' \
97 $(if $(filter b, $(build-type)), \
139 deb-pkg: private build-type := source,binary
140 srcdeb-pkg: private build-type := source
141 bindeb-pkg: private build-type := binary
147 --build=$(build-type) --no-pre-clean --unsigned-changes \
148 $(if $(findstring source, $(build-type)), \
150 $(if $(findstring binary, $(build-type)), \