Lines Matching full:call
19 # Usage: $(call quiet-command,command and args,"NAME","args to print")
27 quiet-command = $(quiet-@)$(call quiet-command-run,$1,$2,$3)
175 $(error Please call configure before running make)
188 …$(call quiet-command,$(MAKE) $(SUBDIR_MAKEFLAGS) -C $(dir $@) V="$(V)" TARGET_DIR="$(dir $@)" $(no…
235 $(call quiet-command, \
238 $(call quiet-command, \
245 $(call quiet-command, \
250 $(call quiet-command, \
257 $(call quiet-command, \
260 $(call quiet-command, \
267 $(call quiet-command, \
270 $(call quiet-command, \
274 $(call quiet-command, \
287 print-help = @$(call print-help-run,$1,$2)
299 $(call print-help,all,Build all)
300 $(call print-help,dir/file.o,Build specified target only)
301 $(call print-help,install,Install QEMU, documentation and tools)
302 $(call print-help,ctags/gtags/TAGS,Generate tags file for editors)
303 $(call print-help,cscope,Generate cscope index)
304 $(call print-help,sparse,Run sparse on the QEMU source)
307 $(call print-help,clean,Remove most generated files but keep the config)
308 $(call print-help,distclean,Remove all generated files)
309 $(call print-help,dist,Build a distributable tarball)
312 $(call print-help,update-linux-vdso,Build linux-user vdso images)
315 $(call print-help,check,Run all tests (check-help for details))
316 $(call print-help,bench,Run all benchmarks)
317 $(call print-help,lcitool-help,Help about targets for managing build environment manifests)
318 $(call print-help,docker-help,Help about targets running tests inside containers)
319 $(call print-help,vm-help,Help about targets running tests inside VM)
322 $(call print-help,html man,Build documentation in specified format)
326 $(call print-help,installer,Build NSIS-based installer for QEMU)
327 $(call print-help,msi,Build MSI-based installer for qemu-ga)
330 $(call print-help,$(MAKE) [targets],(quiet build, default))
331 $(call print-help,$(MAKE) V=1 [targets],(verbose build))