diff mbox

gotools: remove *.sent for make mostlyclean

Message ID CAOyqgcVCxdvSaj3z59sjCqHO2h=+YBVwypbOgjg80xSe-zt7wg@mail.gmail.com
State New
Headers show

Commit Message

Ian Lance Taylor July 26, 2017, 10:01 p.m. UTC
I have no idea why this is necessary, but remove *.sent when running
make mostlyclean, for https://gcc.gnu.org/PR81548.  Bootstrapped on
x86_64-pc-linux-gnu.  Committed to mainline.

Ian

2017-07-26  Ian Lance Taylor  <iant@golang.org>

PR go/81548
* Makefile.am (MOSTLYCLEANFILES): Add *.sent.
* Makefile.in: Rebuild.
diff mbox

Patch

Index: Makefile.am
===================================================================
--- Makefile.am	(revision 250406)
+++ Makefile.am	(working copy)
@@ -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