Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 03dcbe3

Browse filesBrowse files
sgallagherBethGriggs
authored andcommitted
build: fix bad upstream merge
The upstream merge of e27e709d3c accidentally removed code related to systemtap and dtrace. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> PR-URL: #44642 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 4552231 commit 03dcbe3
Copy full SHA for 03dcbe3

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Collapse file

‎tools/install.py‎

Copy file name to clipboardExpand all lines: tools/install.py
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ def files(action):
177177
else:
178178
output_lib = 'libnode.' + variables.get('shlib_suffix')
179179
action([output_prefix + output_lib], variables.get('libdir') + '/' + output_lib)
180+
if 'true' == variables.get('node_use_dtrace'):
181+
action(['out/Release/node.d'], 'lib/dtrace/node.d')
182+
183+
# behave similarly for systemtap
184+
action(['src/node.stp'], 'share/systemtap/tapset/')
180185

181186
action(['deps/v8/tools/gdbinit'], 'share/doc/node/')
182187
action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.