build: a hack to get perl to put its generated blib files in the build directory
authorAndrew Tridgell <tridge@samba.org>
Sat, 27 Mar 2010 05:47:43 +0000 (16:47 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:10 +0000 (20:27 +1000)
commit5c6e8371b28cd768ee731832fc5194ff31e1418e
tree86fd7d66ab23bf29a71d8aa909994148e7f0ac0f
parent723e9b87ceb2676ce7501b7a59d8bf79de8e6f3d
build: a hack to get perl to put its generated blib files in the build directory

perl wants to put generated files in the source directory, whereas waf wants
them in the build directory. Use a symlink to trick perl into putting them
in the right place
buildtools/wafsamba/wafsamba.py