aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.am
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-11-02 13:59:31 +1030
committerAlan Modra <amodra@gmail.com>2018-11-02 14:00:15 +1030
commit396ce9988361a812ec620ac392839dbb9594db62 (patch)
tree8acc1fc06fc74ec91da3c2d8917d5a288e712ae6 /gold/Makefile.am
parent285e3f99c77510344021b1252c594b28fe7971e8 (diff)
downloadgdb-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/Makefile.am')
-rw-r--r--gold/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am
index 3586ebd..fd0a359 100644
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -315,6 +315,7 @@ bootstrap-test-r: ld2-r
check_PROGRAMS = ld1 ld2 ld1-r ld2-r
TESTS = bootstrap-test bootstrap-test-r
+MOSTLYCLEANFILES = bootstrap-test bootstrap-test-r
# Verify that changing the number of threads doesn't change the
# treehash computation, by building ld1 and ld3 the same way except
@@ -324,6 +325,7 @@ TESTS = bootstrap-test bootstrap-test-r
# because the treehash can still operate in that mode.
check_PROGRAMS += ld4
TESTS += bootstrap-test-treehash-chunksize
+MOSTLYCLEANFILES += bootstrap-test-treehash-chunksize
gcctestdir3/ld: ld-new
test -d gcctestdir3 || mkdir -p gcctestdir3
@@ -358,6 +360,7 @@ ld3_LDFLAGS += -Wl,--thread-count=13
ld4_LDFLAGS += -Wl,--thread-count=3
check_PROGRAMS += ld3
TESTS += bootstrap-test-treehash-chunksize
+MOSTLYCLEANFILES += bootstrap-test-treehash-chunksize
bootstrap-test-treehash: ld1 ld3
rm -f $@