From 63c0f54325b97074f1908ccca7381eb798c43229 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 26 Jul 2017 22:01:36 +0000 Subject: 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(-) (limited to 'gotools') diff --git a/gotools/ChangeLog b/gotools/ChangeLog index 2d33c70..18cbf11 100644 --- a/gotools/ChangeLog +++ b/gotools/ChangeLog @@ -1,3 +1,9 @@ +2017-07-26 Ian Lance Taylor + + PR go/81548 + * Makefile.am (MOSTLYCLEANFILES): Add *.sent. + * Makefile.in: Rebuild. + 2017-07-15 Ian Lance Taylor * Makefile.am (CHECK_ENV): Set GOROOT. diff --git a/gotools/Makefile.am b/gotools/Makefile.am index 68a7003..b9dced4 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 e083bb4..9c0084e 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 -- cgit v1.1