summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-09-27 09:50:11 -0700
committerRich Trott <rtrott@gmail.com>2018-09-30 21:34:03 -0700
commita79c88a4cec048faa770f512d7ada1671bf4bf77 (patch)
tree895d0d8b70a7cdeaee4615a8457e6c4f3923807e /Makefile
parentd407291dcc031e899fc1c52265b33707a1258b59 (diff)
downloadandroid-node-v8-a79c88a4cec048faa770f512d7ada1671bf4bf77.tar.gz
android-node-v8-a79c88a4cec048faa770f512d7ada1671bf4bf77.tar.bz2
android-node-v8-a79c88a4cec048faa770f512d7ada1671bf4bf77.zip
build: remove unnecessary Makefile output
Remove unnecessary @echo commands from Makefile. These were originally comments but were changed to @echo in 6bc43aeea79. They aren't terribly useful so let's remove them. PR-URL: https://github.com/nodejs/node/pull/23129 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 94f31afa58..a92371573e 100644
--- a/Makefile
+++ b/Makefile
@@ -279,8 +279,6 @@ jstest: build-addons build-addons-napi ## Runs addon tests and JS tests
# This does not run tests of third-party libraries inside deps.
test: all ## Runs default tests, linters, and builds docs.
$(MAKE) -s test-doc
- @echo "Build the addons before running the tests so the test results"
- @echo "can be displayed together"
$(MAKE) -s build-addons
$(MAKE) -s build-addons-napi
$(MAKE) -s cctest
@@ -288,8 +286,6 @@ test: all ## Runs default tests, linters, and builds docs.
.PHONY: test-only
test-only: all ## For a quick test, does not run linter or build docs.
- @echo "Build the addons before running the tests so the test results"
- @echo "can be displayed together"
$(MAKE) build-addons
$(MAKE) build-addons-napi
$(MAKE) cctest
@@ -297,8 +293,6 @@ test-only: all ## For a quick test, does not run linter or build docs.
# Used by `make coverage-test`
test-cov: all
- @echo "Build the addons before running the tests so the test results"
- @echo "can be displayed together"
$(MAKE) build-addons
$(MAKE) build-addons-napi
# $(MAKE) cctest