1 2018-05-09 Ian Lance Taylor <iant@golang.org>
3 * Makefile.am (check-go-tool): Don't copy zstdpkglist.go.
4 * Makefile.in: Rebuild.
6 2018-05-04 Ian Lance Taylor <iant@golang.org>
9 * Makefile.am (CHECK_ENV): Set GOCACHE.
10 (ECHO_ENV): Update for setting of GOCACHE.
11 * Makefile.in: Rebuild.
13 2018-21-03 Uros Bizjak <ubizjak@gmail.com>
15 * Makefile.am (check-runtime): Pass -test.timeout
16 with GOTOOLS_TEST_TIMEOUT.
17 * Makefile.in: Rebuild.
19 2018-02-09 Ian Lance Taylor <iant@golang.org>
21 * Makefile.am (GOTOOLS_TEST_TIMEOUT): Double value.
23 2018-02-08 Ian Lance Taylor <iant@golang.org>
25 * Makefile.am (check-gccgo, check-gcc): Add options to pick up
26 target libstdc++, to permit tests that use C++.
27 * Makefile.in: Rebuild.
29 2018-01-18 Ian Lance Taylor <iant@golang.org>
31 * Makefile.am (GOTOOLS_TEST_TIMEOUT): Define.
32 (check-go-tool): Pass -test.timeout with GOTOOLS_TEST_TIMEOUT.
33 (check-cgo-test, check-carchive-test, check-vet): Likewise.
34 * Makefile.in: Rebuild.
36 2018-01-08 Ian Lance Taylor <iant@golang.org>
38 * Makefile.am (go_cmd_vet_files): New variable.
39 (go_cmd_buildid_files, go_cmd_test2json_files): New variables.
40 (s-zdefaultcc): Change from constants to functions.
41 (noinst_PROGRAMS): Add vet, buildid, and test2json.
42 (cgo$(EXEEXT)): Link against $(LIBGOTOOL).
43 (vet$(EXEEXT)): New target.
44 (buildid$(EXEEXT)): New target.
45 (test2json$(EXEEXT)): New target.
46 (install-exec-local): Install all $(noinst_PROGRAMS).
47 (uninstall-local): Uninstasll all $(noinst_PROGRAMS).
48 (check-go-tool): Depend on $(noinst_PROGRAMS). Copy down
50 (check-runtime): Depend on $(noinst_PROGRAMS).
51 (check-cgo-test, check-carchive-test): Likewise.
52 (check-vet): New target.
53 (check): Depend on check-vet. Look at cmd_vet-testlog.
54 (.PHONY): Add check-vet.
55 * Makefile.in: Rebuild.
57 2017-10-25 Ian Lance Taylor <iant@golang.org>
59 * Makefile.am (check-go-tool): Output colon after ${fl}.
60 (check-runtime, check-cgo-test, check-carchive-test): Likewise.
61 * Makefile.in: Rebuild.
63 2017-09-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
65 * Makefile.am (GOTESTFLAGS): New variable.
66 (check-runtime): Pass it to gotest.
67 (check-go-tools): Sort summary.
68 (check-runtime): Likewise.
69 (check-cgo-test): Likewise.
70 (check-carchive-test): Likewise.
72 * Makefile.in: Regenerate.
74 2017-09-14 Ian Lance Taylor <iant@golang.org>
76 * Makefile.am (LIBGOTOOL): Define.
77 (go_cmd_go_files): Update for Go 1.9 release.
78 (go$(EXEEXT)): Depend on and link against $(LIBGOTOOL).
79 (CHECK_ENV): Add definition of shell variable fl.
80 (check-go-tool): Update for rearrangement of cmd/go sources in Go
81 1.9 release. Echo failure message if test fails.
82 (check-runtime): Echo failure message if test fails.
83 (check-cgo-test, check-carchive-test): Likewise.
84 * Makefile.in: Rebuild.
86 2017-08-30 Ian Lance Taylor <iant@golang.org>
88 * configure.ac: Substitute GOC_FOR_TARGET and GCC_FOR_TARGET.
89 * Makefile.am (MOSTLYCLEANFILES): Add check-gcc.
90 (check-gccgo): Create via a temporary file.
91 (check-gcc): New target.
93 (ECHO_ENV): Report CC.
94 (check-go-tool): Depend on check-gcc.
95 (check-runtime, check-cgo-test, check-carchive-test): Likewise.
96 * configure, Makefile.in: Rebuild.
98 2017-07-26 Ian Lance Taylor <iant@golang.org>
101 * Makefile.am (MOSTLYCLEANFILES): Add *.sent.
102 * Makefile.in: Rebuild.
104 2017-07-15 Ian Lance Taylor <iant@golang.org>
106 * Makefile.am (CHECK_ENV): Set GOROOT.
107 (ECHO_ENV): Report setting GOROOT.
108 * Makefile.in: Rebuild.
110 2017-06-29 Ian Lance Taylor <iant@golang.org>
112 * Makefile.am (MOSTLYCLEANFILES): Remove testing files and logs.
113 (mostlyclean-local): Remove check-runtime-dir, cgo-test-dir,
116 (check-go-tool): Depend on cgo. Write command to testlog.
117 (check-runtime): New target.
118 (check-cgo-test): New target.
119 (check-carchive-test): New target.
120 (check): Depend on check-runtime, check-cgo-test,
121 check-carchive-test. Add @ to prettify output.
122 (.PHONY): Add check-runtime, check-cgo-test, check-carchive-test.
123 * Makefile.in: Rebuild.
125 2017-06-26 Ian Lance Taylor <iant@golang.org>
127 * Makefile.am (s-zdefaultcc): Don't record $(bindir) for defaultCC
129 * Makefile.in: Rebuild.
131 2017-06-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
133 * Makefile.am (check-go-tool): Don't use >& for I/O redirection.
134 * Makefile.in: Regenerate.
136 2017-06-14 Ian Lance Taylor <iant@golang.org>
138 * Makefile.am (libgosrcdir): Define.
139 (check-head, check-gccgo, check-go-tool): New targets.
142 (mostlyclean-local): New target.
143 * Makefile.in: Rebuild.
145 2017-06-13 Ian Lance Taylor <iant@golang.org>
148 * configure.ac: Set NATIVE if host_alias = target_alias.
149 * configure: Rebuild.
151 2017-05-18 Ian Lance Taylor <iant@golang.org>
154 * Makefile.am (AM_GOCFLAGS): Define.
155 * Makefile.in: Rebuild.
157 2017-01-13 Ian Lance Taylor <iant@golang.org>
159 Updates for Go 1.8rc1.
160 * Makefile.am (go_cmd_go_files): Add bug.go.
161 (s-zdefaultcc): Write defaultPkgConfig.
162 * Makefile.in: Rebuild.
164 2016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
168 2016-02-03 Ian Lance Taylor <iant@google.com>
170 * Makefile.am (go_cmd_gofmt_files): Update to Go 1.6rc1 by adding
172 * Makefile.in: Rebuild.
174 2015-12-02 Ian Lance Taylor <iant@google.com>
177 * Makefile.am (GOCOMPILER): In NATIVE case, add
178 $(XGCC_FLAGS_FOR_TARGET).
180 2015-10-31 Ian Lance Taylor <iant@google.com>
182 * Makefile.am (go_cmd_go_files): Update to Go 1.5.1 library by
183 adding alldocs.go, doc.go, note.go.
184 * Makefile.in: Rebuild.
186 2015-05-13 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
188 * Makefile.in: Regenerated with automake-1.11.6.
189 * aclocal.m4: Likewise.
190 * configure: Likewise.
192 2015-03-24 Ian Lance Taylor <iant@google.com>
195 * Makefile.am (go_cmd_go_files): Add $(libgodir)/zstdpkglist.go.
196 * Makefile.in: Rebuild.
198 2015-03-12 Ian Lance Taylor <iant@google.com>
200 * Makefile.am (GOLINK): Add GOCFLAGS.
201 * Makefile.in: Rebuild.
203 2015-01-23 Ian Lance Taylor <iant@google.com>
206 * Makefile.am (AM_LDFLAGS): Remove -static-libgo.
207 * Makefile.in: Rebuild.
209 2015-01-22 Ian Lance Taylor <iant@google.com>
212 * go.1, gofmt.1: New files.
213 * Makefile.am (man_MANS): New variable.
214 * Makefile.in: Rebuild.
216 2015-01-21 Ian Lance Taylor <iant@google.com>
218 * Makefile.am (noinst_PROGRAMS): New variable.
219 (libexecsub_PROGRAMS): Remove variable.
220 (install-exec-local, uninstall-local): New targets.
221 * Makefile.in: Rebuild.
223 2015-01-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
225 * configure.ac: Check if sched_yield and/or nanosleep need -lrt.
226 * configure: Regenerate.
227 * Makefile.am (go$(EXEEXT), gofmt$(EXEEXT), cgo$(EXEEXT)): Link
229 * Makefile.in: Regenerate.
231 2015-01-15 Ian Lance Taylor <iant@google.com>
233 * configure.ac: Check for networking libraries; see NET_LIBS.
234 * Makefile.am (go$(EXEEXT)): Link against NET_LIBS.
235 (gofmt$(EXEEXT), cgo$(EXEEXT)): Likewise.
236 * configure, Makefile.in: Rebuild.
238 2015-01-14 Ian Lance Taylor <iant@google.com>
240 * Makefile.am (go_cmd_go_files): Sort entries. Add generate.go.
241 * Makefile.in: Rebuild.
243 2015-01-09 Ian Lance Taylor <iant@google.com>
245 * Makefile.am (GOCOMPILER): Set to GOC or GOC_FOR_TARGET depending
246 on whether this is a native build or not.
247 (GOCOMPILE, GOLINK): Use $(GOCOMPILER) instead of $(GOC).
248 (MOSTLYCLEANFILES): Define.
249 * Makefile.in: Rebuild.
251 * Initial implementation.