Fix for MinGW, time does not work in subshells

This commit is contained in:
Christophe de Dinechin 2017-04-20 13:37:03 +02:00 committed by Christophe de Dinechin
parent 350cba41a8
commit 4dad7dfda9
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ debug opt release profile: logs.mkdir
# Testing
test tests check: $(TARGET)
$(PRINT_COMMAND) $(MAKE) RECURSE=test $(TESTS:%=%.runtest) LOG_COMMANDS= $(LOG_COMMANDS)
$(PRINT_COMMAND) $(MAKE) RECURSE=test $(TESTS:%=%.runtest) LOG_COMMANDS= TIME=
# Clean builds
startup restart rebuild: clean all