summaryrefslogtreecommitdiff
path: root/gotools/Makefile.in
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2019-03-01 05:25:36 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-03-01 05:25:36 +0000
commit2bf2aa34d132ced67908cbde5819c3bbbc0d6b3f (patch)
tree007a1e95c6ec3648654fe536b50aed3c6163694c /gotools/Makefile.in
parent3eba09884e5f228d8c044c85617009e2aa7ad342 (diff)
downloadgcc-2bf2aa34d132ced67908cbde5819c3bbbc0d6b3f.tar.gz
re PR go/89406 (Go testing leaves many temporary directories in /tmp around)
PR go/89406 * Makefile.am (GOTOOLS_TEST_TIMEOUT): Double. * Makefile.in: Regenerate. From-SVN: r269300
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 c591b709581..0e4ee83def4 100644
--- a/gotools/Makefile.in
+++ b/gotools/Makefile.in
@@ -400,7 +400,7 @@ MOSTLYCLEANFILES = \
@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.
@@ -703,8 +703,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 \