Skip to content

Commit 0c9b267

Browse files
committed
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 <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent a0ec1e6 commit 0c9b267

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

node.gyp

Lines changed: 1 addition & 1 deletion
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': [

0 commit comments

Comments
 (0)