Skip to content

Commit a1534c2

Browse files
danbevaddaleax
authored andcommitted
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/node#16100 Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent d6364aa commit a1534c2

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
@@ -447,7 +447,7 @@
447447
'inputs': [ 'src/nolttng_macros.py' ]
448448
}],
449449
[ 'node_use_perfctr=="false"', {
450-
'inputs': [ 'src/perfctr_macros.py' ]
450+
'inputs': [ 'src/noperfctr_macros.py' ]
451451
}]
452452
],
453453
'action': [
File renamed without changes.

0 commit comments

Comments
 (0)