Commit a51ca83b by Ian Lance Taylor Committed by Ian Lance Taylor

* Makefile.am (GOTOOLS_TEST_TIMEOUT): Double value.

From-SVN: r257527
parent 7b5925a8
2018-02-09 Ian Lance Taylor <iant@golang.org>
* Makefile.am (GOTOOLS_TEST_TIMEOUT): Double value.
2018-02-08 Ian Lance Taylor <iant@golang.org> 2018-02-08 Ian Lance Taylor <iant@golang.org>
* Makefile.am (check-gccgo, check-gcc): Add options to pick up * Makefile.am (check-gccgo, check-gcc): Add options to pick up
......
...@@ -162,7 +162,7 @@ uninstall-local: ...@@ -162,7 +162,7 @@ uninstall-local:
GOTESTFLAGS = GOTESTFLAGS =
# Number of seconds before tests time out. # Number of seconds before tests time out.
GOTOOLS_TEST_TIMEOUT = 240 GOTOOLS_TEST_TIMEOUT = 480
# Run tests using the go tool, and frob the output to look like that # Run tests using the go tool, and frob the output to look like that
# generated by DejaGNU. The main output of this is two files: # generated by DejaGNU. The main output of this is two files:
......
...@@ -348,7 +348,7 @@ MOSTLYCLEANFILES = \ ...@@ -348,7 +348,7 @@ MOSTLYCLEANFILES = \
@NATIVE_TRUE@GOTESTFLAGS = @NATIVE_TRUE@GOTESTFLAGS =
# Number of seconds before tests time out. # Number of seconds before tests time out.
@NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 240 @NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 480
# CHECK_ENV sets up the environment to run the newly built go tool. # CHECK_ENV sets up the environment to run the newly built go tool.
# If you change this, change ECHO_ENV, below. # If you change this, change ECHO_ENV, below.
...@@ -635,8 +635,8 @@ distclean-generic: ...@@ -635,8 +635,8 @@ distclean-generic:
maintainer-clean-generic: maintainer-clean-generic:
@echo "This command is intended for maintainers to use" @echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild." @echo "it deletes files that may require special tools to rebuild."
@NATIVE_FALSE@install-exec-local:
@NATIVE_FALSE@uninstall-local: @NATIVE_FALSE@uninstall-local:
@NATIVE_FALSE@install-exec-local:
clean: clean-am clean: clean-am
clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \ clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment