summaryrefslogtreecommitdiff
path: root/gotools
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2017-07-26 22:01:36 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-07-26 22:01:36 +0000
commit63c0f54325b97074f1908ccca7381eb798c43229 (patch)
tree5dedfa7192f9b779b5d3312c80fdcabc8c21e465 /gotools
parentb29d7591251e27af7ce8394c5a4ce56ff69ca6c4 (diff)
re PR go/81548 ("make distclean" does not clean all of gotools/)
PR go/81548 * Makefile.am (MOSTLYCLEANFILES): Add *.sent. * Makefile.in: Rebuild. From-SVN: r250593
Diffstat (limited to 'gotools')
-rw-r--r--gotools/ChangeLog6
-rw-r--r--gotools/Makefile.am2
-rw-r--r--gotools/Makefile.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/gotools/ChangeLog b/gotools/ChangeLog
index 2d33c70dc30..18cbf119933 100644
--- a/gotools/ChangeLog
+++ b/gotools/ChangeLog
@@ -1,3 +1,9 @@
+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.
diff --git a/gotools/Makefile.am b/gotools/Makefile.am
index 68a7003f8f5..b9dced4a5d7 100644
--- a/gotools/Makefile.am
+++ b/gotools/Makefile.am
@@ -109,7 +109,7 @@ s-zdefaultcc: Makefile
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
diff --git a/gotools/Makefile.in b/gotools/Makefile.in
index e083bb473ad..9c0084e2e18 100644
--- a/gotools/Makefile.in
+++ b/gotools/Makefile.in
@@ -316,7 +316,7 @@ GCC_INSTALL_NAME := $(shell echo gcc|sed '$(program_transform_name)')
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