summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2014-09-26 09:34:26 -0700
committerMichael Adam <obnox@samba.org>2014-09-28 01:32:09 +0200
commitc22564aca8a7e81be11281a4f5d297b850439b26 (patch)
treedea0cc594676c8977f0df716b0ffe1fed68c790a /Makefile
parent85437d742612df88f1a20e8a2844a1cc9a5100c9 (diff)
downloadsamba-c22564aca8a7e81be11281a4f5d297b850439b26.tar.gz
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 <mat@matws.net> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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