diff options
author | Cary Coutant <ccoutant@gmail.com> | 2018-06-19 16:52:54 -0700 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2018-06-19 17:02:26 -0700 |
commit | 27ab04240bb40e052f288b2960fb99210b6f67b1 (patch) | |
tree | 5a5215cd536aa7c8d603713d385a23172c792646 /gold/testsuite | |
parent | 7c69913eaa31cdec6bdc9e7709f7d01f81ef8c55 (diff) | |
download | fsf-binutils-gdb-27ab04240bb40e052f288b2960fb99210b6f67b1.zip fsf-binutils-gdb-27ab04240bb40e052f288b2960fb99210b6f67b1.tar.gz fsf-binutils-gdb-27ab04240bb40e052f288b2960fb99210b6f67b1.tar.bz2 |
Remove *.stderr when "make clean".
gold/
* testsuite/Makefile.am (MOSTLYCLEANFILES): Add *.stderr.
* testsuite/Makefile.in: Regenerate.
Diffstat (limited to 'gold/testsuite')
-rw-r--r-- | gold/testsuite/Makefile.am | 2 | ||||
-rw-r--r-- | gold/testsuite/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
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) \ |