diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-24 12:39:17 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-24 12:39:17 +0000 |
commit | 8b70b80d9313070270ba545ba8cac63bd9bdc8c0 (patch) | |
tree | e0bb245c220a4653e98a1a6ffc983a62d80483a4 /Makefile.tpl | |
parent | 2377feea756a82571f06edb9ba12712fe601f7e6 (diff) | |
download | gcc-8b70b80d9313070270ba545ba8cac63bd9bdc8c0.tar.gz |
* Makefile.tpl (compare-target): Skip ./ada/*tools directories.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147834 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index ff058d660c5..ecc903ed614 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1434,7 +1434,7 @@ do-clean: clean-stage[+id+] $(do-[+compare-target+]) > /dev/null 2>&1; \ if test $$? -eq 1; then \ case $$file in \ - ./cc*-checksum$(objext) | ./libgcc/* ) \ + ./cc*-checksum$(objext) | ./libgcc/* | ./ada/*tools/* ) \ echo warning: $$file differs ;; \ *) \ echo $$file differs >> .bad_compare ;; \ |