mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
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:
parent
782dc37a1e
commit
2e6a3c8daf
@ -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.
|
||||
|
@ -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 ;; \
|
||||
|
@ -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 ;; \
|
||||
|
Loading…
Reference in New Issue
Block a user