aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPhil Edwards <phil@codesourcery.com>2004-07-05 22:28:59 +0000
committerPhil Edwards <pme@gcc.gnu.org>2004-07-05 22:28:59 +0000
commitdcbaa800c3e9789c649c21c02f16faab79116dfc (patch)
tree4549eeab0e0a4fa3001119b327b7372c3ae98da1 /gcc
parent6109c659f9e57c850d16ec2d235c73a056492d5e (diff)
downloadgcc-dcbaa800c3e9789c649c21c02f16faab79116dfc.zip
gcc-dcbaa800c3e9789c649c21c02f16faab79116dfc.tar.gz
gcc-dcbaa800c3e9789c649c21c02f16faab79116dfc.tar.bz2
Make-lang.in (check-c++, [...]): Add some comments.
2004-07-05 Phil Edwards <phil@codesourcery.com> * Make-lang.in (check-c++, lang_checks): Add some comments. From-SVN: r84136
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/Make-lang.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 7a8aebb..1b48f3c 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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.
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in
index f860987..864b51a 100644
--- a/gcc/cp/Make-lang.in
+++ b/gcc/cp/Make-lang.in
@@ -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++
#