public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, gotools]: Really regenerate Makefile.in
@ 2019-01-28  7:50 Uros Bizjak
  2019-01-28 22:23 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Uros Bizjak @ 2019-01-28  7:50 UTC (permalink / raw)
  To: gcc-patches; +Cc: Ian Taylor, gofrontend-dev

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

Recent commit increased GOTOOLS_TEST_TIMEOUT in Makefile.am, but
forgot to update Makefile.in. Fix the omission.

2019-01-28  Uroš Bizjak  <ubizjak@gmail.com>

    * Makefile.in: Really regenerate.

Tested on x86_64-linux-gnu.

Uros.

[-- Attachment #2: g.diff.txt --]
[-- Type: text/plain, Size: 453 bytes --]

diff --git a/gotools/Makefile.in b/gotools/Makefile.in
index 47235df..8bea355 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 = 480
+@NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 600
 
 # CHECK_ENV sets up the environment to run the newly built go tool.
 # If you change this, change ECHO_ENV, below.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH, gotools]: Really regenerate Makefile.in
  2019-01-28  7:50 [PATCH, gotools]: Really regenerate Makefile.in Uros Bizjak
@ 2019-01-28 22:23 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2019-01-28 22:23 UTC (permalink / raw)
  To: Uros Bizjak; +Cc: gcc-patches, gofrontend-dev

On Sun, Jan 27, 2019 at 11:50 PM Uros Bizjak <ubizjak@gmail.com> wrote:
>
> Recent commit increased GOTOOLS_TEST_TIMEOUT in Makefile.am, but
> forgot to update Makefile.in. Fix the omission.
>
> 2019-01-28  Uroš Bizjak  <ubizjak@gmail.com>
>
>     * Makefile.in: Really regenerate.
>
> Tested on x86_64-linux-gnu.

Whoops, thanks.

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-28 22:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28  7:50 [PATCH, gotools]: Really regenerate Makefile.in Uros Bizjak
2019-01-28 22:23 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).