summaryrefslogtreecommitdiff
path: root/gotools/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2018-02-09 15:05:17 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-02-09 15:05:17 +0000
commita51ca83b315586ee1f93f3377a0d67fcf2ec9da1 (patch)
tree1579a269f220db8fce5c35cf10ca913155ff7471 /gotools/Makefile.in
parent7b5925a816f6548e4e49a7947ecedc612d260947 (diff)
downloadgcc-a51ca83b315586ee1f93f3377a0d67fcf2ec9da1.tar.gz
* Makefile.am (GOTOOLS_TEST_TIMEOUT): Double value.
From-SVN: r257527
Diffstat (limited to 'gotools/Makefile.in')
-rw-r--r--gotools/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gotools/Makefile.in b/gotools/Makefile.in
index dfef748d7a5..4d42d5e127d 100644
--- a/gotools/Makefile.in
+++ b/gotools/Makefile.in
@@ -348,7 +348,7 @@ MOSTLYCLEANFILES = \
@NATIVE_TRUE@GOTESTFLAGS =
# 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.
# If you change this, change ECHO_ENV, below.
@@ -635,8 +635,8 @@ distclean-generic:
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 \