From a69ab27ab458385d24676792b75ad1c25b8c30e5 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 13 Aug 2015 12:14:34 -0400 Subject: node: rename from io.js to node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit replaces instances of io.js with Node.js, based on the recent convergence. There are some remaining instances of io.js, related to build and the installer. Fixes: https://github.com/nodejs/node/issues/2361 PR-URL: https://github.com/nodejs/node/pull/2367 Reviewed-By: James M Snell Reviewed-By: João Reis --- BSDmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BSDmakefile') diff --git a/BSDmakefile b/BSDmakefile index fa0b4a9b87..b2f36fa287 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -4,7 +4,7 @@ FLAGS=${.MAKEFLAGS:C/\-J ([0-9]+,?)+//W} all: .DEFAULT .DEFAULT: @which gmake > /dev/null 2>&1 ||\ - (echo "GMake is required for io.js to build.\ + (echo "GMake is required for node.js to build.\ Install and try again" && exit 1) @gmake ${.FLAGS} ${.TARGETS} -- cgit v1.2.3