build: move addons message in Makefile
Displaying a message about building addons before building docs can be confusing when troubleshooting. (This just happened to me.) Move the message about building addons to just before the step for building addons. PR-URL: https://github.com/nodejs/node/pull/23114 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
This commit is contained in:
parent
3c56b46bfa
commit
c9c4550dd4
2
Makefile
2
Makefile
@ -278,9 +278,9 @@ jstest: build-addons build-addons-napi ## Runs addon tests and JS tests
|
|||||||
.PHONY: test
|
.PHONY: test
|
||||||
# This does not run tests of third-party libraries inside deps.
|
# This does not run tests of third-party libraries inside deps.
|
||||||
test: all ## Runs default tests, linters, and builds docs.
|
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 "Build the addons before running the tests so the test results"
|
||||||
@echo "can be displayed together"
|
@echo "can be displayed together"
|
||||||
$(MAKE) -s test-doc
|
|
||||||
$(MAKE) -s build-addons
|
$(MAKE) -s build-addons
|
||||||
$(MAKE) -s build-addons-napi
|
$(MAKE) -s build-addons-napi
|
||||||
$(MAKE) -s cctest
|
$(MAKE) -s cctest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user