From dc66f6829574a85f6077900221a9d283d9879f98 Mon Sep 17 00:00:00 2001 From: Gustavo Jose de Sousa Date: Fri, 26 Feb 2016 19:15:00 +0000 Subject: [PATCH] waf: update submodule We cherry-picked the upstream commit f56f22bb "Prefix by # to have the artifacts at the root of the build directory" on top of version 1.8.18. That commit allows us to use '#' at the beginning of programs and libraries target paths to tell Waf that the paths are relative to the build directory. With that we don't need to pass a Node instance to our task generators and lose the filename formatting done by C/C++ tools. That feature will be on the 1.9 release. When that is out, we can update our submodule to that release. --- modules/waf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/waf b/modules/waf index 878ab1e294..b6874e139a 160000 --- a/modules/waf +++ b/modules/waf @@ -1 +1 @@ -Subproject commit 878ab1e29494e28236a260212a5021b1de35d9a3 +Subproject commit b6874e139ad8428710b03c02ab487c219170e878