From 844acb226086e55de9a2442396a4e002471295e8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Mar 2010 20:12:16 +1100 Subject: build: waf quicktest nearly works Rewrote wafsamba using a new dependency handling system, and started adding the waf test code --- buildtools/wafsamba/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'buildtools/wafsamba/README') diff --git a/buildtools/wafsamba/README b/buildtools/wafsamba/README index d813e9ecea..028955c943 100644 --- a/buildtools/wafsamba/README +++ b/buildtools/wafsamba/README @@ -2,3 +2,18 @@ This is a set of waf 'tools' to help make building the Samba components easier, by having common functions in one place. This gives us a more consistent build, and ensures that our project rules are obeyed + + +TODO: + - fix deps for --target + - cache project rules calculation + - make pidl rules depend on full pidl sources + - make script rules depend on the scripts + - add waf test + - s3 build + - merged build + - etags + - rest of old make targets + - better Makefile waf wrapper + - + -- cgit