summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Biancalana <dottorblaster@gmail.com>2021-03-03 10:03:43 +0100
committerAlessio Biancalana <dottorblaster@gmail.com>2021-03-03 10:03:43 +0100
commit255d49118c1af9b1ad14914b5e4296054183694b (patch)
treeba2f645181656dba19252bd80f48400bb355b597
parent650ba28bb9f09bbd7d4740f2d030b24d5169401c (diff)
downloadcouchdb-update-makefile-direct-make-references.tar.gz
Update Makefile stripping remaining direct make refsupdate-makefile-direct-make-references
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 95d5bf60d..a748b2c57 100644
--- a/Makefile
+++ b/Makefile
@@ -160,10 +160,10 @@ endif
.PHONY: check
check: all
@$(MAKE) emilio
- make eunit apps=couch_eval,couch_expiring_cache,ctrace,couch_jobs,couch_views,fabric,mango,chttpd,couch_replicator
- make elixir-suite
- make exunit apps=chttpd
- make mango-test
+ @$(MAKE) eunit apps=couch_eval,couch_expiring_cache,ctrace,couch_jobs,couch_views,fabric,mango,chttpd,couch_replicator
+ @$(MAKE) elixir-suite
+ @$(MAKE) exunit apps=chttpd
+ @$(MAKE) mango-test
.PHONY: eunit
# target: eunit - Run EUnit tests, use EUNIT_OPTS to provide custom options