Makefile.tpl (compare-target): Skip ./ada/*tools directories.

* Makefile.tpl (compare-target): Skip ./ada/*tools directories.
	* Makefile.in: Regenerate.

From-SVN: r147834
This commit is contained in:
Nicolas Roche 2009-05-24 12:39:17 +00:00 committed by Eric Botcazou
parent 782dc37a1e
commit 2e6a3c8daf
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2009-05-24 Nicolas Roche <roche@adacore.com>
* Makefile.tpl (compare-target): Skip ./ada/*tools directories.
* Makefile.in: Regenerate.
2009-05-21 Denis Chertykov <chertykov@gmail.com>
* MAINTAINERS: Update my e-mail address.

View File

@ -52218,7 +52218,7 @@ compare:
$(do-compare) > /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 ;; \
@ -52543,7 +52543,7 @@ compare3:
$(do-compare3) > /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 ;; \

View File

@ -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 ;; \