diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-26 17:28:40 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-26 17:28:40 +0000 |
commit | 6fe86052ce7bfdc0aea8191826e4872bfe815468 (patch) | |
tree | 210f560d22922a0b6794af3ca3fc931fcdbca3e2 /Makefile.tpl | |
parent | b5ce97f8879b2605b4b62d43c5391dc9d2163bd2 (diff) | |
download | gcc-6fe86052ce7bfdc0aea8191826e4872bfe815468.tar.gz |
2009-06-26 Steve Ellcey <sje@cup.hp.com>
PR bootstrap/40338
* configure.ac (comparestring): Create new variable.
* Makefile.tpl (comparestring): Use to skip some comparisions.
* configure: Regenerate.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148978 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 24952813347..43614c1ca02 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1461,7 +1461,7 @@ do-clean: clean-stage[+id+] $(do-[+compare-target+]) > /dev/null 2>&1; \ if test $$? -eq 1; then \ case $$file in \ - gcc/cc*-checksum$(objext) | ./libgcc/* | ./gcc/ada/*tools/*) \ + @compare_exclusions@) \ echo warning: $$file differs ;; \ *) \ echo $$file differs >> .bad_compare ;; \ |