1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00
samba-mirror/buildtools
Andreas Schneider 2d5d88ff34 buildtools: Reformat shell scripts
shfmt -f buildtools | xargs shfmt -w -p -i 0 -fn

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2022-02-22 15:23:35 +00:00
..
bin third_party: Update waf to verison 2.0.23 2022-02-21 10:06:27 +00:00
examples PY3: change shebang to python3 in misc dirs 2018-12-14 18:00:40 +01:00
scripts buildtools: Reformat shell scripts 2022-02-22 15:23:35 +00:00
wafsamba third_party: Update waf to verison 2.0.23 2022-02-21 10:06:27 +00:00
compare_config_h4.sh buildtools: Reformat shell scripts 2022-02-22 15:23:35 +00:00
compare_generated.sh buildtools: Reformat shell scripts 2022-02-22 15:23:35 +00:00
compare_install.sh buildtools: Reformat shell scripts 2022-02-22 15:23:35 +00: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 buildtools: Reformat shell scripts 2022-02-22 15:23:35 +00: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.