1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/buildtools
Andrew Bartlett 3aa6f085c2 build: Add more -Werror flags now the tree is clean of these errors
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Jul 30 08:23:24 CEST 2012 on sn-devel-104
2012-07-30 08:23:24 +02:00
..
bin Include waf as an extracted source directory, rather than as a one-in-a-file script. 2012-01-04 22:34:20 +01:00
scripts waf: fixed 'make bin/XXX' for the remaining binaries 2011-06-10 17:21:26 +10:00
wafadmin waf: Update to newer upstream snapshot. 2012-07-24 16:42:44 +02:00
wafsamba build: Add more -Werror flags now the tree is clean of these errors 2012-07-30 08:23:24 +02:00
compare_config_h3-exceptions.grep build: Add automatic compare of config.h files to recursive waf build 2012-06-01 03:04:27 +02:00
compare_config_h3.sh buildtools: use egrep when we need the "-f patternfile" option 2012-07-26 20:49:17 +02:00
compare_config_h4.sh waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotes 2010-12-02 10:36:06 +01:00
compare_generated.sh waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotes 2010-12-02 10:36:06 +01:00
compare_install.sh waf/buildtools: use /bin/sh instead of /bin/bash and put ^ in quotes 2010-12-02 10:36:06 +01:00
README Include waf as an extracted source directory, rather than as a one-in-a-file script. 2012-01-04 22:34:20 +01:00
testwaf.sh ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
update-waf.sh update-waf.sh: make mktemp happy by including anything Xes. 2012-06-15 01:18:08 +02:00

See http://code.google.com/p/waf/ for more information on waf

You can get a svn copy of the upstream source with:

  svn checkout http://waf.googlecode.com/svn/trunk/ waf-read-only

Samba currently uses waf 1.5, which can be found at:

  http://waf.googlecode.com/svn/branches/waf-1.5

To update the current copy of waf, use the update-waf.sh script in this
directory.