From d3f788da4cf5b9123f428a69e049653abd4e5919 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Tue, 22 Dec 2015 18:15:47 +0100 Subject: [PATCH] Added the tool called 'nobuild' to help troubleshoot build scripts --- TODO | 2 +- waflib/{extras => Tools}/nobuild.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename waflib/{extras => Tools}/nobuild.py (100%) diff --git a/TODO b/TODO index 66417bf9..d78e7344 100644 --- a/TODO +++ b/TODO @@ -4,7 +4,6 @@ Waf 1.9 * Reduce the key size in bld.task_sigs * Provide a more efficient ConfigSet implementation * Ensure _cache.py are valid python files -* Include the tool 'nobuild' by default * Set cflags in the beginning / cppflags at the end * Remove qt4 from the default modules, rework qt5 * Remove Node.cache_sig @@ -23,4 +22,5 @@ Done ---- * Remove the split functions from Utils * Remove the command called "update" +* Include the tool 'nobuild' by default diff --git a/waflib/extras/nobuild.py b/waflib/Tools/nobuild.py similarity index 100% rename from waflib/extras/nobuild.py rename to waflib/Tools/nobuild.py