build:wafsamba: Moved samba_before_apply_obj_vars to samba_utils
authorThomas Nagy <tnagy@waf.io>
Wed, 4 Nov 2015 23:39:25 +0000 (00:39 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 6 Nov 2015 09:37:24 +0000 (10:37 +0100)
commit973197909887ccd38eb5b5aaf48235dea09fdc81
tree04fd3fc9be56b8a78253a6365dd45599668a508b
parent40a2deb52099c6149a072c545010093d11b0b1a7
build:wafsamba: Moved samba_before_apply_obj_vars to samba_utils

The function samba_before_apply_obj_vars serves to remove system paths,
it is certainly not an optimisation and has no place in that module.
By optimisation, we mean that the build process could run without it.

Signed-off-by: Thomas Nagy <tnagy@waf.io>
Reviewed-by: Uri Simchoni uri@samba.org
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_optimisation.py
buildtools/wafsamba/samba_utils.py