File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ include $(TOOLS_MAKE_LIB_DIR)/licenses/Makefile
4343include $(TOOLS_MAKE_LIB_DIR ) /lint/Makefile
4444include $(TOOLS_MAKE_LIB_DIR ) /ls/Makefile
4545include $(TOOLS_MAKE_LIB_DIR ) /markdown-equations/Makefile
46+ include $(TOOLS_MAKE_LIB_DIR ) /node/Makefile
4647include $(TOOLS_MAKE_LIB_DIR ) /notes/Makefile
4748include $(TOOLS_MAKE_LIB_DIR ) /repl/Makefile
4849include $(TOOLS_MAKE_LIB_DIR ) /stats/Makefile
Original file line number Diff line number Diff line change @@ -99,7 +99,9 @@ deps-extract-boost: $(DEPS_BOOST_BUILD_OUT)
9999# This target tests a Boost installation.
100100
101101deps-test-boost : $(DEPS_BOOST_TEST_INSTALL_OUT )
102+ $(QUIET ) echo ' Running tests...' >&2
102103 $(QUIET ) echo 1 2 3 | $(DEPS_BOOST_TEST_INSTALL_OUT )
104+ $(QUIET ) echo ' Success.' >&2
103105 $(QUIET ) echo ' '
104106
105107.PHONY : deps-test-boost
Original file line number Diff line number Diff line change @@ -34,6 +34,15 @@ $(DEPS_BUILD_DIR):
3434 $(QUIET ) $(MKDIR_RECURSIVE ) $(DEPS_BUILD_DIR )
3535
3636
37+ # Install vendor dependencies.
38+ #
39+ # This target installs vendor dependencies:
40+
41+ install-deps : deps-install-boost
42+
43+ .PHONY : install-deps
44+
45+
3746# Clean vendor dependencies.
3847#
3948# This target removes vendor dependencies.
You can’t perform that action at this time.
0 commit comments