Skip to content

Commit 0c9b267

Browse files
committedOct 11, 2017
src: rename perfctr_macros.py->noperfctr_macros.py
This commit renames perfctr_macros.py to be consistent with the other macro python scripts nolttng_macros.py, and notrace_macros.py. PR-URL: nodejs#16100 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent a0ec1e6 commit 0c9b267

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎node.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@
448448
'inputs': [ 'src/nolttng_macros.py' ]
449449
}],
450450
[ 'node_use_perfctr=="false"', {
451-
'inputs': [ 'src/perfctr_macros.py' ]
451+
'inputs': [ 'src/noperfctr_macros.py' ]
452452
}]
453453
],
454454
'action': [
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.