]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.tpl (compare-target): Skip ./ada/*tools directories.
authorNicolas Roche <roche@adacore.com>
Sun, 24 May 2009 12:39:17 +0000 (12:39 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 24 May 2009 12:39:17 +0000 (12:39 +0000)
* Makefile.tpl (compare-target): Skip ./ada/*tools directories.
* Makefile.in: Regenerate.

From-SVN: r147834

ChangeLog
Makefile.in
Makefile.tpl

index c8d69c0385e82cb31357ba65a5c09d4ad09745c5..3556f7664bb88aabc17be4de09521d3121b0be1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 23b3688283bc8a6822126db593cebad310898e94..65835c59580c6979bf2ce366b23afea832aebe38 100644 (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 ;; \
index ff058d660c52d5c4220f804e8bf539099e35efcf..ecc903ed614b7969e06a882414e9bb1fbf7ee89a 100644 (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 ;; \