Make-lang.in (check-c++, [...]): Add some comments.
authorPhil Edwards <phil@codesourcery.com>
Mon, 5 Jul 2004 22:28:59 +0000 (22:28 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Mon, 5 Jul 2004 22:28:59 +0000 (22:28 +0000)
2004-07-05  Phil Edwards  <phil@codesourcery.com>

* Make-lang.in (check-c++, lang_checks):  Add some comments.

From-SVN: r84136

gcc/cp/ChangeLog
gcc/cp/Make-lang.in

index 7a8aebb39c37f9b509a932760c87f1844c358a76..1b48f3c272e722fc38416f83d28e6f84c68a995e 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-05  Phil Edwards  <phil@codesourcery.com>
+
+       * Make-lang.in (check-c++, lang_checks):  Add some comments.
+
 2004-07-05  Zack Weinberg  <zack@codesourcery.com>
 
        * cp-mudflap.c: Delete file.
index f8609877e708c75a223e2e71ce8c265cb51499d9..864b51a96554c188c7cf8c6ea465da594af16f34 100644 (file)
@@ -122,7 +122,11 @@ c++.man: doc/g++.1
 c++.srcman: doc/g++.1
        -cp -p $^ $(srcdir)/doc
 
+# 'make check' in gcc/ looks for check-c++, as do all toplevel C++-related
+# check targets.  However, our DejaGNU framework requires 'check-g++' as its
+# entry point.  We feed the former to the latter here.
 check-c++ : check-g++
+# List of targets that can use the generic check- rule and its // variant.
 lang_checks += check-g++
 
 #\f