+2019-02-28 Ian Lance Taylor <iant@golang.org>
+
+ PR go/89406
+ * Makefile.am (GOTOOLS_TEST_TIMEOUT): Double.
+ * Makefile.in: Regenerate.
+
2019-02-12 Ian Lance Taylor <iant@golang.org>
PR go/89193
GOTESTFLAGS =
# Number of seconds before tests time out.
-GOTOOLS_TEST_TIMEOUT = 600
+GOTOOLS_TEST_TIMEOUT = 1200
# 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:
@NATIVE_TRUE@GOTESTFLAGS =
# Number of seconds before tests time out.
-@NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 600
+@NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 1200
# CHECK_ENV sets up the environment to run the newly built go tool.
# If you change this, change ECHO_ENV, below.
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-@NATIVE_FALSE@install-exec-local:
@NATIVE_FALSE@uninstall-local:
+@NATIVE_FALSE@install-exec-local:
clean: clean-am
clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \