public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* gotools: remove *.sent for make mostlyclean
@ 2017-07-26 22:01 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2017-07-26 22:01 UTC (permalink / raw)
  To: gcc-patches, gofrontend-dev

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

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.

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 472 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-26 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-26 22:01 gotools: remove *.sent for make mostlyclean Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).