Skip to content

Commit

Permalink
src: rename perfctr_macros.py->noperfctr_macros.py
Browse files Browse the repository at this point in the history
This commit renames perfctr_macros.py to be consistent with the other
macro python scripts nolttng_macros.py, and notrace_macros.py.

PR-URL: #16100
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
danbev authored and MylesBorins committed Nov 28, 2017
1 parent b7865ea commit 4639cff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@
'inputs': [ 'src/nolttng_macros.py' ]
}],
[ 'node_use_perfctr=="false"', {
'inputs': [ 'src/perfctr_macros.py' ]
'inputs': [ 'src/noperfctr_macros.py' ]
}]
],
'action': [
Expand Down
File renamed without changes.

0 comments on commit 4639cff

Please sign in to comment.