From: Juan Quintela Date: Tue, 6 Oct 2009 19:11:12 +0000 (+0200) Subject: add build-all to .PHONY rules X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9c927650eb8ea22025b7e165292716303c4bfd66;p=qemu.git add build-all to .PHONY rules Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- diff --git a/Makefile b/Makefile index de7c2aa38a..2f0441e3b5 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ config-host.mak: endif .PHONY: all clean cscope distclean dvi html info install install-doc \ - recurse-all speed tar tarbin test + recurse-all speed tar tarbin test build-all VPATH=$(SRC_PATH):$(SRC_PATH)/hw