Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit38f1e27

Browse files
authored
build: remove systemtap support
There are no indicators that anyone is actually using this. Quite theopposite: it was broken more than it was working during its lifetime.PR-URL:#43651Reviewed-By: Michaël Zasso <targos@protonmail.com>Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
1 parent49bb1c6 commit38f1e27

File tree

3 files changed

+0
-158
lines changed

3 files changed

+0
-158
lines changed

‎configure.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -429,11 +429,6 @@
429429

430430
parser.add_argument_group(static_optgroup)
431431

432-
parser.add_argument('--systemtap-includes',
433-
action='store',
434-
dest='systemtap_includes',
435-
help='directory containing systemtap header files')
436-
437432
parser.add_argument('--tag',
438433
action='store',
439434
dest='tag',
@@ -1316,10 +1311,6 @@ def configure_node(o):
13161311
# Don't enable by default on linux and freebsd
13171312
ifflavorin ('linux','freebsd'):
13181313
use_dtrace=options.with_dtrace
1319-
1320-
ifflavor=='linux':
1321-
ifoptions.systemtap_includes:
1322-
o['include_dirs']+= [options.systemtap_includes]
13231314
o['variables']['node_use_dtrace']=b(use_dtrace)
13241315
elifoptions.with_dtrace:
13251316
raiseException(

‎src/node.stp

Lines changed: 0 additions & 146 deletions
This file was deleted.

‎tools/install.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,6 @@ def files(action):
147147
if'true'==variables.get('node_use_dtrace'):
148148
action(['out/Release/node.d'],'lib/dtrace/node.d')
149149

150-
# behave similarly for systemtap
151-
action(['src/node.stp'],'share/systemtap/tapset/')
152-
153150
action(['deps/v8/tools/gdbinit'],'share/doc/node/')
154151
action(['deps/v8/tools/lldb_commands.py'],'share/doc/node/')
155152

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp