PR go/81548
* Makefile.am (MOSTLYCLEANFILES): Add *.sent.
* Makefile.in: Rebuild.
From-SVN: r250593
+2017-07-26 Ian Lance Taylor <iant@golang.org>
+
+ PR go/81548
+ * Makefile.am (MOSTLYCLEANFILES): Add *.sent.
+ * Makefile.in: Rebuild.
+
2017-07-15 Ian Lance Taylor <iant@golang.org>
* Makefile.am (CHECK_ENV): Set GOROOT.
MOSTLYCLEANFILES = \
zdefaultcc.go s-zdefaultcc \
- check-gccgo gotools.head *-testlog gotools.sum gotools.log
+ check-gccgo gotools.head *-testlog gotools.sum gotools.log *.sent
mostlyclean-local:
rm -rf check-go-dir check-runtime-dir cgo-test-dir carchive-test-dir
GXX_INSTALL_NAME := $(shell echo g++|sed '$(program_transform_name)')
MOSTLYCLEANFILES = \
zdefaultcc.go s-zdefaultcc \
- check-gccgo gotools.head *-testlog gotools.sum gotools.log
+ check-gccgo gotools.head *-testlog gotools.sum gotools.log *.sent
# For a native build we build the programs using the newly built libgo