From 5452ad5324cafa4a65eccefaba3458ce2201b27f Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 9 Oct 2017 12:47:07 +0200 Subject: [PATCH] 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. --- node.gyp | 2 +- src/{perfctr_macros.py => noperfctr_macros.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{perfctr_macros.py => noperfctr_macros.py} (100%) diff --git a/node.gyp b/node.gyp index 5ccc4ff423a59a..4fed35c49af2b6 100644 --- a/node.gyp +++ b/node.gyp @@ -448,7 +448,7 @@ 'inputs': [ 'src/nolttng_macros.py' ] }], [ 'node_use_perfctr=="false"', { - 'inputs': [ 'src/perfctr_macros.py' ] + 'inputs': [ 'src/noperfctr_macros.py' ] }] ], 'action': [ diff --git a/src/perfctr_macros.py b/src/noperfctr_macros.py similarity index 100% rename from src/perfctr_macros.py rename to src/noperfctr_macros.py