diff options
author | Nicolas Roche <roche@adacore.com> | 2009-05-24 12:39:17 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2009-05-24 12:39:17 +0000 |
commit | 2e6a3c8daff4e38d7b2fabbf46dbcf1740a59c06 (patch) | |
tree | e0bb245c220a4653e98a1a6ffc983a62d80483a4 /Makefile.tpl | |
parent | 782dc37a1eeb6866bce8095548908231b8e9db4e (diff) | |
download | gcc-2e6a3c8daff4e38d7b2fabbf46dbcf1740a59c06.tar.gz |
Makefile.tpl (compare-target): Skip ./ada/*tools directories.
* Makefile.tpl (compare-target): Skip ./ada/*tools directories.
* Makefile.in: Regenerate.
From-SVN: r147834
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 ;; \ |