summaryrefslogtreecommitdiffstats
path: root/gcc/cp/Make-lang.in
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-05 22:28:59 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-05 22:28:59 +0000
commita00dec3b225c62e5ccee1f89325df3a79f9645d9 (patch)
tree4549eeab0e0a4fa3001119b327b7372c3ae98da1 /gcc/cp/Make-lang.in
parent80c07a0c805eb1909e7e38dc41356d6805b22df7 (diff)
downloadppe42-gcc-a00dec3b225c62e5ccee1f89325df3a79f9645d9.tar.gz
ppe42-gcc-a00dec3b225c62e5ccee1f89325df3a79f9645d9.zip
2004-07-05 Phil Edwards <phil@codesourcery.com>
* Make-lang.in (check-c++, lang_checks): Add some comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84136 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/Make-lang.in')
-rw-r--r--gcc/cp/Make-lang.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in
index f8609877e70..864b51a9655 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++
#
OpenPOWER on IntegriCloud