build: cope with symlinks between build components in waf dist
authorAndrew Tridgell <tridge@samba.org>
Mon, 12 Apr 2010 01:09:44 +0000 (11:09 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 12 Apr 2010 01:17:35 +0000 (11:17 +1000)
commit9ffd6c0ec339aa6e70543cfecfb2bab93705e603
tree67650b2b80b5cd5c569065e758bcf654c2861cb4
parent47c4e883d6fd833a7ca5d37f289908299f9f0c15
build: cope with symlinks between build components in waf dist

This will allow us to have autogen-waf.sh be a symlink to
../buildtools/scripts/autogen-waf.sh in each library.

That will prevent people from updating only the script in source4/,
and forgetting to udpate the scripts in the other libs, as happened
with commit f3f82496
buildtools/wafsamba/samba_dist.py