From c22564aca8a7e81be11281a4f5d297b850439b26 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Fri, 26 Sep 2014 09:34:26 -0700 Subject: Declare empty target as phony otherwise they are caught by the '%' rule Without that build on the build farm is broken: 'build' finished successfully (8.162s) WAF_MAKE=1 python ./buildtools/bin/waf --targets=everything Selected embedded Heimdal build Waf: Entering directory `/memdisk/build/samba_4_0_test/bin' Selected embedded Heimdal build Waf: Leaving directory `/memdisk/build/samba_4_0_test/bin' target 'everything' does not exist make: *** [everything] Error 1 Change-Id: Id5bc37f803efd764f00c37f8add560d6de2e3a2f Signed-off-by: Matthieu Patou Reviewed-by: Michael Adam --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4cbbb146841..60d87aef516 100644 --- a/Makefile +++ b/Makefile @@ -109,4 +109,4 @@ FORCE: # so only 1 waf at a time will be called but it will still be able to do parralel builds if # instructed to do so .NOTPARALLEL: % -.PHONY: FORCE +.PHONY: FORCE everything testsuite check torture -- cgit v1.2.1