diff gotools/ChangeLog @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
line wrap: on
line diff
--- a/gotools/ChangeLog	Fri Oct 27 22:46:09 2017 +0900
+++ b/gotools/ChangeLog	Thu Oct 25 07:37:49 2018 +0900
@@ -1,3 +1,73 @@
+2018-09-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+	* Makefile.am (mostlyclean-local): Ignore chmod errors.
+	(check-go-tool): Likewise.
+	* Makefile.in: Regenerate.
+
+2018-09-24  Ian Lance Taylor  <iant@golang.org>
+
+	* Makefile.am (mostlyclean-local): Run chmod on check-go-dir to
+	make sure it is writable.
+	(check-go-tools): Likewise.
+	(check-vet): Copy internal/objabi to check-vet-dir.
+	* Makefile.in: Rebuild.
+
+2018-05-09  Ian Lance Taylor  <iant@golang.org>
+
+	* Makefile.am (check-go-tool): Don't copy zstdpkglist.go.
+	* Makefile.in: Rebuild.
+
+2018-05-04  Ian Lance Taylor  <iant@golang.org>
+
+	PR go/85630
+	* Makefile.am (CHECK_ENV): Set GOCACHE.
+	(ECHO_ENV): Update for setting of GOCACHE.
+	* Makefile.in: Rebuild.
+
+2018-21-03  Uros Bizjak  <ubizjak@gmail.com>
+
+	* Makefile.am (check-runtime): Pass -test.timeout
+	with GOTOOLS_TEST_TIMEOUT.
+	* Makefile.in: Rebuild.
+
+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>
+
+	* Makefile.am (check-gccgo, check-gcc): Add options to pick up
+	target libstdc++, to permit tests that use C++.
+	* Makefile.in: Rebuild.
+
+2018-01-18  Ian Lance Taylor  <iant@golang.org>
+
+	* Makefile.am (GOTOOLS_TEST_TIMEOUT): Define.
+	(check-go-tool): Pass -test.timeout with GOTOOLS_TEST_TIMEOUT.
+	(check-cgo-test, check-carchive-test, check-vet): Likewise.
+	* Makefile.in: Rebuild.
+
+2018-01-08  Ian Lance Taylor  <iant@golang.org>
+
+	* Makefile.am (go_cmd_vet_files): New variable.
+	(go_cmd_buildid_files, go_cmd_test2json_files): New variables.
+	(s-zdefaultcc): Change from constants to functions.
+	(noinst_PROGRAMS): Add vet, buildid, and test2json.
+	(cgo$(EXEEXT)): Link against $(LIBGOTOOL).
+	(vet$(EXEEXT)): New target.
+	(buildid$(EXEEXT)): New target.
+	(test2json$(EXEEXT)): New target.
+	(install-exec-local): Install all $(noinst_PROGRAMS).
+	(uninstall-local): Uninstasll all $(noinst_PROGRAMS).
+	(check-go-tool): Depend on $(noinst_PROGRAMS).  Copy down
+	objabi.go.
+	(check-runtime): Depend on $(noinst_PROGRAMS).
+	(check-cgo-test, check-carchive-test): Likewise.
+	(check-vet): New target.
+	(check): Depend on check-vet.  Look at cmd_vet-testlog.
+	(.PHONY): Add check-vet.
+	* Makefile.in: Rebuild.
+
 2017-10-25  Ian Lance Taylor  <iant@golang.org>
 
 	* Makefile.am (check-go-tool): Output colon after ${fl}.