From 63c0f54325b97074f1908ccca7381eb798c43229 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor <iant@golang.org>
Date: Wed, 26 Jul 2017 22:01:36 +0000
Subject: [PATCH] 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
---
 gotools/ChangeLog   | 6 ++++++
 gotools/Makefile.am | 2 +-
 gotools/Makefile.in | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/gotools/ChangeLog b/gotools/ChangeLog
index 2d33c70dc30b..18cbf119933b 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 68a7003f8f5c..b9dced4a5d76 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 e083bb473ada..9c0084e2e187 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
-- 
GitLab