X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=blobdiff_plain;f=lib%2Ftevent%2FMakefile;h=5acfcbce58e893ea4bbccb56dda739a891be485d;hp=bf19ebeae0cf8db8c5ebb0bb5769d1e08307c60e;hb=f5cafee0c7a96396798d2b229ff3f9dced1d74f3;hpb=296ff486e41d309493c9ddb195578cb6355e2b36 diff --git a/lib/tevent/Makefile b/lib/tevent/Makefile index bf19ebeae0c..5acfcbce58e 100644 --- a/lib/tevent/Makefile +++ b/lib/tevent/Makefile @@ -1,6 +1,6 @@ # simple makefile wrapper to run waf -WAF=WAF_MAKE=1 ../../buildtools/bin/waf +WAF=WAF_MAKE=1 PATH=buildtools/bin:../../buildtools/bin:$$PATH waf all: $(WAF) build @@ -14,17 +14,13 @@ uninstall: test: $(WAF) test $(TEST_OPTIONS) -testenv: - $(WAF) test --testenv $(TEST_OPTIONS) - -quicktest: - $(WAF) test --quick $(TEST_OPTIONS) - dist: - $(WAF) dist + touch .tmplock + WAFLOCK=.tmplock $(WAF) dist distcheck: - $(WAF) distcheck + touch .tmplock + WAFLOCK=.tmplock $(WAF) distcheck clean: $(WAF) clean @@ -45,8 +41,6 @@ testsuite: all check: test -torture: all - # this should do an install as well, once install is finished installcheck: test