src: rename macros.py to notrace_macros.py
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 24 Jul 2013 10:53:28 +0000 (12:53 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 24 Jul 2013 19:49:18 +0000 (21:49 +0200)
This incarnation of macros.py is only used to disable the (d)trace
macros. Rename it so it better reflects its purpose. A new macros.py
will be added in a follow-up commit.

node.gyp
src/notrace_macros.py [moved from src/macros.py with 100% similarity]

index b4d5f28..a6f7256 100644 (file)
--- a/node.gyp
+++ b/node.gyp
               ' and node_use_etw=="false"'
               ' and node_use_systemtap=="false"',
             {
-                'inputs': ['src/macros.py']
-              }
-              ],
+              'inputs': ['src/notrace_macros.py']
+            }],
             [ 'node_use_perfctr=="false"', {
               'inputs': [ 'src/perfctr_macros.py' ]
             }]
           ],
-              'action': [
-                '<(python)',
-                'tools/js2c.py',
-                '<@(_outputs)',
-                '<@(_inputs)',
-              ],
+          'action': [
+            '<(python)',
+            'tools/js2c.py',
+            '<@(_outputs)',
+            '<@(_inputs)',
+          ],
         },
       ],
     }, # end node_js2c
similarity index 100%
rename from src/macros.py
rename to src/notrace_macros.py