summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node.gyp17
-rw-r--r--src/notrace_macros.py (renamed from src/macros.py)0
2 files changed, 8 insertions, 9 deletions
diff --git a/node.gyp b/node.gyp
index b4d5f289f..a6f725648 100644
--- a/node.gyp
+++ b/node.gyp
@@ -378,19 +378,18 @@
' and node_use_etw=="false"'
' and node_use_systemtap=="false"',
{
- 'inputs': ['src/macros.py']
- }
- ],
+ 'inputs': ['src/notrace_macros.py']
+ }],
[ 'node_use_perfctr=="false"', {
'inputs': [ 'src/perfctr_macros.py' ]
}]
],
- 'action': [
- '<(python)',
- 'tools/js2c.py',
- '<@(_outputs)',
- '<@(_inputs)',
- ],
+ 'action': [
+ '<(python)',
+ 'tools/js2c.py',
+ '<@(_outputs)',
+ '<@(_inputs)',
+ ],
},
],
}, # end node_js2c
diff --git a/src/macros.py b/src/notrace_macros.py
index 0e03a1652..0e03a1652 100644
--- a/src/macros.py
+++ b/src/notrace_macros.py