[binutils-gdb] Remove *.stderr when "make clean".

Cary Coutant ccoutant@sourceware.org
Wed Jun 20 00:02:00 GMT 2018


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=27ab04240bb40e052f288b2960fb99210b6f67b1

commit 27ab04240bb40e052f288b2960fb99210b6f67b1
Author: Cary Coutant <ccoutant@gmail.com>
Date:   Tue Jun 19 16:52:54 2018 -0700

    Remove *.stderr when "make clean".
    
    gold/
    	* testsuite/Makefile.am (MOSTLYCLEANFILES): Add *.stderr.
    	* testsuite/Makefile.in: Regenerate.

Diff:
---
 gold/ChangeLog             | 5 +++++
 gold/testsuite/Makefile.am | 2 +-
 gold/testsuite/Makefile.in | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/gold/ChangeLog b/gold/ChangeLog
index 5a82067..a5bdf2c 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-19  Cary Coutant  <ccoutant@gmail.com>
+
+	* testsuite/Makefile.am (MOSTLYCLEANFILES): Add *.stderr.
+	* testsuite/Makefile.in: Regenerate.
+
 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
 
 	* configure.ac: Remove AC_PREREQ, add missing quoting and usage
diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am
index c926f8b..99006c5 100644
--- a/gold/testsuite/Makefile.am
+++ b/gold/testsuite/Makefile.am
@@ -81,7 +81,7 @@ endif
 # .o's), but not all of them (such as .so's and .err files).  We
 # improve on that here.  automake-1.9 info docs say "mostlyclean" is
 # the right choice for files 'make' builds that people rebuild.
-MOSTLYCLEANFILES = *.so *.syms *.stdout
+MOSTLYCLEANFILES = *.so *.syms *.stdout *.stderr
 
 # Export make variables to the shell scripts so that they can see
 # (for example) DEFAULT_TARGET.
diff --git a/gold/testsuite/Makefile.in b/gold/testsuite/Makefile.in
index 33d4ba0..ad4cb00 100644
--- a/gold/testsuite/Makefile.in
+++ b/gold/testsuite/Makefile.in
@@ -3075,7 +3075,7 @@ TEST_AS = $(top_builddir)/../gas/as-new
 # .o's), but not all of them (such as .so's and .err files).  We
 # improve on that here.  automake-1.9 info docs say "mostlyclean" is
 # the right choice for files 'make' builds that people rebuild.
-MOSTLYCLEANFILES = *.so *.syms *.stdout $(am__append_4) \
+MOSTLYCLEANFILES = *.so *.syms *.stdout *.stderr $(am__append_4) \
 	$(am__append_17) $(am__append_21) $(am__append_31) \
 	$(am__append_34) $(am__append_37) $(am__append_41) \
 	$(am__append_47) $(am__append_51) $(am__append_52) \



More information about the Binutils-cvs mailing list