Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 694100 | Differences between
and this patch

Collapse All | Expand All

(-)node-v13.3.0-orig/tools/v8_gypfiles/v8.gyp (-1 / +23 lines)
Lines 9-14 Link Here
9
    'v8_vector_stores%': 0,
9
    'v8_vector_stores%': 0,
10
    'v8_embed_script%': "",
10
    'v8_embed_script%': "",
11
    'mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABLE_SUFFIX)',
11
    'mksnapshot_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABLE_SUFFIX)',
12
    'mksnapshot_u_exec': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot_u<(EXECUTABLE_SUFFIX)',
12
    'v8_os_page_size%': 0,
13
    'v8_os_page_size%': 0,
13
    'generate_bytecode_output_root': '<(SHARED_INTERMEDIATE_DIR)/generate-bytecode-output-root',
14
    'generate_bytecode_output_root': '<(SHARED_INTERMEDIATE_DIR)/generate-bytecode-output-root',
14
    'generate_bytecode_builtins_list_output': '<(generate_bytecode_output_root)/builtins-generated/bytecodes-builtins-list.h',
15
    'generate_bytecode_builtins_list_output': '<(generate_bytecode_output_root)/builtins-generated/bytecodes-builtins-list.h',
Lines 1282-1288 Link Here
1282
      ],
1283
      ],
1283
    },  # bytecode_builtins_list_generator
1284
    },  # bytecode_builtins_list_generator
1284
    {
1285
    {
1285
      'target_name': 'mksnapshot',
1286
      'target_name': 'mksnapshot_u',
1286
      'type': 'executable',
1287
      'type': 'executable',
1287
      'dependencies': [
1288
      'dependencies': [
1288
        'v8_base_without_compiler',
1289
        'v8_base_without_compiler',
Lines 1302-1307 Link Here
1302
          'toolsets': ['host'],
1303
          'toolsets': ['host'],
1303
        }],
1304
        }],
1304
      ],
1305
      ],
1306
    },  # mksnapshot_u
1307
    {
1308
      'target_name': 'mksnapshot',
1309
      'type': 'none',
1310
      'dependencies': ['mksnapshot_u'],
1311
      'actions': [
1312
        {
1313
          'action_name': 'paxmark_mksnapshot',
1314
          'inputs': [
1315
            '<(mksnapshot_u_exec)',
1316
          ],
1317
          'outputs': [
1318
            '<(mksnapshot_exec)',
1319
          ],
1320
          'action': [
1321
            'bash',
1322
            '-c',
1323
            'cp <(mksnapshot_u_exec) <(mksnapshot_exec) && paxmark.sh m <(mksnapshot_exec)'
1324
          ],
1325
        },
1326
      ],
1305
    },  # mksnapshot
1327
    },  # mksnapshot
1306
    {
1328
    {
1307
      'target_name': 'torque',
1329
      'target_name': 'torque',

Return to bug 694100