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:
authorRich Trott <rtrott@gmail.com>2018-05-07 21:26:17 +0300
committerMichaƫl Zasso <targos@protonmail.com>2018-05-12 18:51:54 +0300
commitebd102e4738e0ddd20916bdf0a4ac5c3fbb94c76 (patch)
treee7a981641c451e5fd567ca7eb3a7edd4e34c9020 /BUILDING.md
parent73492233c30c5a5b33e5aca68127b2fc037cebcf (diff)
tools: use macOS as operating system name
As of 2016, the operating system is macOS. Remove use of "macosx". PR-URL: https://github.com/nodejs/node/pull/20579 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 9690e826c39..6e7f606d2cb 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -133,7 +133,7 @@ More Developer Tools...`. This step will install `clang`, `clang++`, and
If the path to your build directory contains a space, the build will likely
fail.
-After building, setting up [firewall rules](tools/macosx-firewall.sh) can avoid
+After building, setting up [firewall rules](tools/macos-firewall.sh) can avoid
popups asking to accept incoming network connections when running tests.
Running the following script on macOS will add the firewall rules for the
@@ -141,7 +141,7 @@ executable `node` in the `out` directory and the symbolic `node` link in the
project's root directory.
```console
-$ sudo ./tools/macosx-firewall.sh
+$ sudo ./tools/macos-firewall.sh
```
On FreeBSD and OpenBSD, you may also need: