summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2019-06-25 09:00:24 +0200
committerMichaƫl Zasso <targos@protonmail.com>2019-07-02 11:46:55 +0200
commit3d014e1bf994a432166de883b5baab203e10d20f (patch)
tree1396079edfe32fc5c75385535d223dbb1fb21f95 /tools
parent60cf9111cb95bdff65474ca8dc1c3f23dd8cf5e1 (diff)
downloadandroid-node-v8-3d014e1bf994a432166de883b5baab203e10d20f.tar.gz
android-node-v8-3d014e1bf994a432166de883b5baab203e10d20f.tar.bz2
android-node-v8-3d014e1bf994a432166de883b5baab203e10d20f.zip
tools: remove out-of-date code-cache-path comment
This commit removes the comment in cache_builder.cc regarding the usage of --code-cache-path with configure. Commit 14df42fd008ef8e95d60d0d70084943d180bab91 ("build: run `mkcodecache` as an action") deprecated this option and it is always set to yes (unless cross compiling). PR-URL: https://github.com/nodejs/node/pull/28419 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/code_cache/cache_builder.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/code_cache/cache_builder.cc b/tools/code_cache/cache_builder.cc
index 49bd004298..2e7d35d6d7 100644
--- a/tools/code_cache/cache_builder.cc
+++ b/tools/code_cache/cache_builder.cc
@@ -73,8 +73,7 @@ static std::string GenerateCodeCache(
ss << R"(#include <cinttypes>
#include "node_native_module_env.h"
-// This file is generated by tools/mkcodecache
-// and is used when configure is run with \`--code-cache-path\`
+// This file is generated by mkcodecache (tools/code_cache/mkcodecache.cc)
namespace node {
namespace native_module {