From 1a47ae26c23adf30eda9fe45ed858b8742e553e6 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sat, 10 Oct 2015 17:09:49 +0200 Subject: [PATCH] docs --- ChangeLog | 1 + waflib/Task.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3820f78e..d9cd1331 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ NEW IN WAF 1.8.15 * Added a workaround for non-standard python installations (Python bug 7352) - #1636 * Let conf.check_cfg use contents of conf.env.env as os environment * Enabled gzip compression when creating the Waf file with Jython +* Enabled relative paths in --top and --out NEW IN WAF 1.8.14 ----------------- diff --git a/waflib/Task.py b/waflib/Task.py index 05141a0e..d9d0c8e3 100644 --- a/waflib/Task.py +++ b/waflib/Task.py @@ -37,6 +37,8 @@ SKIP_ME = -2 RUN_ME = -3 """The task must be executed""" +# To save some memory during the build, consider discarding tsk.last_cmd in the two templates below + COMPILE_TEMPLATE_SHELL = ''' def f(tsk): env = tsk.env