build: fixed a problem with installing scripts in the build tree
authorAndrew Tridgell <tridge@samba.org>
Wed, 1 Jun 2011 01:43:52 +0000 (11:43 +1000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 1 Jun 2011 04:50:04 +0000 (06:50 +0200)
commitf725e2b64eec48c0fe21a125065152c684d361ee
tree4f54eb8dbcf4548fb6eeecfeaefa5ed64889820c
parent5a8218b147ac62c065903591a15360a906da9bec
build: fixed a problem with installing scripts in the build tree

the SAMBA_SCRIPT() function was not always triggering correctly. The
base problem was that we were using a target outside the build
tree. This implements a simpler solution where we just create the
links directly in SAMBA_SCRIPT() rather than creating a waf task

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Wed Jun  1 06:50:04 CEST 2011 on sn-devel-104
buildtools/wafsamba/wafsamba.py