diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-05-22 16:13:21 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-05-28 12:17:12 +1000 |
commit | 26d36befa8347eb093850cc8853fd9939555d458 (patch) | |
tree | b08770597cba0aed430b36b6a69e6a9d65d8eccc /selftest/wscript | |
parent | cbddf9e2efd856a25c6405f6893ad3a9cda1b181 (diff) | |
download | samba-26d36befa8347eb093850cc8853fd9939555d458.tar.gz samba-26d36befa8347eb093850cc8853fd9939555d458.tar.bz2 samba-26d36befa8347eb093850cc8853fd9939555d458.zip |
selftest: VFSLIBDIR is not needed, the waf build knows where to find modules automatically
This is why was relinks on install, because it is fixing these
internal variables up.
Andrew Bartlett
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'selftest/wscript')
-rw-r--r-- | selftest/wscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/selftest/wscript b/selftest/wscript index c7637a19ac..0c2fec8463 100644 --- a/selftest/wscript +++ b/selftest/wscript @@ -179,7 +179,6 @@ def cmd_testonly(opt): os.environ['LDB_MODULES_PATH'] = 'bin/modules/ldb' # tell build system where to find config.h - os.environ['VFSLIBDIR'] = os.path.abspath('bin/modules/vfs') os.environ['CONFIG_H'] = 'bin/default/include/config.h' st_done = os.path.join(env.SELFTEST_PREFIX, 'st_done') |