Merge pull request #3265 from vasild/fix/make_command

use $(MAKE) instead of 'make' in Makefiles (follow-up to f3dc11c)
This commit is contained in:
Jeromy Johnson 2016-09-28 12:58:41 -07:00 committed by GitHub
commit abe44b86ac

View File

@ -80,7 +80,7 @@ test_short: build test_go_short test_sharness_short
test_expensive: build test_go_expensive test_sharness_expensive windows_build_check
test_3node:
cd test/3nodetest && make
$(MAKE) -C test/3nodetest
test_go_short:
$(go_test) -test.short ./...