]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove *.stderr when "make clean".
authorCary Coutant <ccoutant@gmail.com>
Tue, 19 Jun 2018 23:52:54 +0000 (16:52 -0700)
committerCary Coutant <ccoutant@gmail.com>
Wed, 20 Jun 2018 00:02:26 +0000 (17:02 -0700)
gold/
* testsuite/Makefile.am (MOSTLYCLEANFILES): Add *.stderr.
* testsuite/Makefile.in: Regenerate.

gold/ChangeLog
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in

index 5a8206718044c12792e33200c79ef6345f558d1b..a5bdf2c90b2d46ce1b4d01377084c19209485a68 100644 (file)
@@ -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
index c926f8ba8fde5782dfd62b70f7c687b2a5c13549..99006c593d679602acca4ab00ddcc08daa9a59fc 100644 (file)
@@ -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.
index 33d4ba0e2b079ac1ba887438d31794ec5bdf53b4..ad4cb00f80670ff20d2520db3501fec6d83bffb9 100644 (file)
@@ -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) \