Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClemens Hammacher <clemensh@chromium.org>2018-07-12 14:18:58 +0300
committerMichaƫl Zasso <targos@protonmail.com>2018-09-07 22:07:43 +0300
commite6cdf24bb52c8d362bfb6a258a65e9be2d670d94 (patch)
treea9be8fc0311759345cd3d9d830ee706af3f805f1 /tools/install.py
parent267b0b5f3d90e51e54d2d36cb853200305a815c0 (diff)
tools: remove lldbinit file from install script
V8 removed the lldbinit file. Refs: https://crrev.com/c/1127892 PR-URL: https://github.com/nodejs/node/pull/21983 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'tools/install.py')
-rwxr-xr-xtools/install.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/install.py b/tools/install.py
index 9e192a1cd6e..c97518d4220 100755
--- a/tools/install.py
+++ b/tools/install.py
@@ -144,7 +144,6 @@ def files(action):
action(['src/node.stp'], 'share/systemtap/tapset/')
action(['deps/v8/tools/gdbinit'], 'share/doc/node/')
- action(['deps/v8/tools/lldbinit'], 'share/doc/node/')
action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/')
if 'freebsd' in sys.platform or 'openbsd' in sys.platform: