DescriptionSupport command wrapper in make_global_settings
If $cmd_wrapper is defined in make_global_settings, it will be
prepend to $cmd. For example,
'make_global_settings': [
['CC_wrapper', '/usr/bin/distcc'],
['CC', '/usr/bin/gcc'],
]
then
CC ?= /usr/bin/distcc /usr/bin/gcc # Makefile
or
cc = /usr/bin/distcc /usr/bin/gcc # build.ninja
LINK_wrapper is pre defined as 'flock $(builddir)/linker.lock'
BUG=chromium:173686
R=thakis@chromium.org
Committed: https://code.google.com/p/gyp/source/detail?r=1586
Patch Set 1 #
Total comments: 11
Patch Set 2 : #Patch Set 3 : #Patch Set 4 : rebase #Patch Set 5 : fix test for gyp-win*& #
Messages
Total messages: 8 (0 generated)
|