summaryrefslogtreecommitdiff
path: root/source4/Makefile.waf
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-18 15:07:10 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:52 +1000
commitca4e64847c7623a3eb7f13c4a06b8c4302d18cd8 (patch)
tree32c9be464cb01a5d39f1ace95896084d567ee39e /source4/Makefile.waf
parente29e2c9d8d57dd73ce55ab23782bd94be1d25c96 (diff)
downloadsamba-ca4e64847c7623a3eb7f13c4a06b8c4302d18cd8.tar.gz
samba-ca4e64847c7623a3eb7f13c4a06b8c4302d18cd8.tar.bz2
samba-ca4e64847c7623a3eb7f13c4a06b8c4302d18cd8.zip
build: compatibility makefile targets
Diffstat (limited to 'source4/Makefile.waf')
-rw-r--r--source4/Makefile.waf13
1 files changed, 13 insertions, 0 deletions
diff --git a/source4/Makefile.waf b/source4/Makefile.waf
index 59eca68f86..d3042b0522 100644
--- a/source4/Makefile.waf
+++ b/source4/Makefile.waf
@@ -21,3 +21,16 @@ clean:
distclean:
rm -rf bin
+
+# some compatibility make targets
+everything: all
+
+testsuite: all
+
+check: test
+
+torture: all
+
+# this should do an install as well, once install is finished
+installcheck: test
+