2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-11 02:45:18 +01:00
This commit is contained in:
Thomas Nagy 2015-10-10 17:09:49 +02:00
parent 78403e3fbc
commit 1a47ae26c2
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
2 changed files with 3 additions and 0 deletions

View File

@ -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
-----------------

View File

@ -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