wafsamba: Cache final_libs for each target
authorAmitay Isaacs <amitay@gmail.com>
Mon, 29 Jun 2015 06:00:08 +0000 (16:00 +1000)
committerMartin Schwenke <martins@samba.org>
Tue, 30 Jun 2015 07:44:10 +0000 (09:44 +0200)
commit497432211966ce05d5b88df307d0d6071a4252ac
tree48f13127fd4b47a6e606d1df045aee7fbc5da3e8
parenteaf99203093cabc3069f1c69345d38d739b0663d
wafsamba: Cache final_libs for each target

The code for saving/loading dependencies does not cache final_libs for
each target.  If wafsamba tries to reuse the saved dependencies, then
it does not get the dependencies on the private libraries correctly.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Tue Jun 30 09:44:10 CEST 2015 on sn-devel-104
buildtools/wafsamba/samba_deps.py