diff options
author | Alan Modra <amodra@gmail.com> | 2018-11-02 13:59:31 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-11-02 14:00:15 +1030 |
commit | 396ce9988361a812ec620ac392839dbb9594db62 (patch) | |
tree | 8acc1fc06fc74ec91da3c2d8917d5a288e712ae6 /gold/testsuite/Makefile.am | |
parent | 285e3f99c77510344021b1252c594b28fe7971e8 (diff) | |
download | gdb-396ce9988361a812ec620ac392839dbb9594db62.zip gdb-396ce9988361a812ec620ac392839dbb9594db62.tar.gz gdb-396ce9988361a812ec620ac392839dbb9594db62.tar.bz2 |
[GOLD] make clean
Cleans a few more test files.
* Makefile.am (MOSTLYCLEANFILES): Define.
* Makefile.in: Regnerate.
* testsuite/Makefile.am (MOSTLYCLEANFILES): Add ver_test_14 and
gnu_property_test.
* testsuite/Makefile.in: Regnerate.
Diffstat (limited to 'gold/testsuite/Makefile.am')
-rw-r--r-- | gold/testsuite/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/testsuite/Makefile.am b/gold/testsuite/Makefile.am index c1c5539..f4c1f46 100644 --- a/gold/testsuite/Makefile.am +++ b/gold/testsuite/Makefile.am @@ -1875,6 +1875,7 @@ ver_test_13.o: ver_test_13.c check_SCRIPTS += ver_test_14.sh check_DATA += ver_test_14.syms +MOSTLYCLEANFILES += ver_test_14 ver_test_14.syms: ver_test_14 $(TEST_OBJDUMP) -T $< | $(TEST_CXXFILT) >$@ ver_test_14: gcctestdir/ld ver_test_main.o ver_test_1.so ver_test_2.so ver_test_4.so ver_test_14.script @@ -3267,6 +3268,7 @@ endif DEFAULT_TARGET_X86_64 if DEFAULT_TARGET_X86_64 check_SCRIPTS += gnu_property_test.sh check_DATA += gnu_property_test.stdout +MOSTLYCLEANFILES += gnu_property_test gnu_property_test.stdout: gnu_property_test $(TEST_READELF) -n $< >$@ gnu_property_test: gcctestdir/ld gnu_property_a.o gnu_property_b.o gnu_property_c.o |