aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.tpl10
2 files changed, 9 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a67a388..ffff69c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,10 @@
2002-12-13 Jason Merrill <jason@redhat.com>
- * Makefile.in (check-gcc-c++): Renamed from check-c++. Don't run
+ * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
library tests.
(check-c++): Just depend on it and check-target-libstdc++-v3.
-
+ * Makefile.in: Regenerate.
+
2002-12-12 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
diff --git a/Makefile.tpl b/Makefile.tpl
index 7428f41..e19af6e 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1327,17 +1327,19 @@ check-gcc:
true; \
fi
-.PHONY: check-c++
-check-c++:
+.PHONY: check-gcc-c++
+check-gcc-c++:
@if [ -f ./gcc/Makefile ] ; then \
r=`${PWD}`; export r; \
s=`cd $(srcdir); ${PWD}`; export s; \
$(SET_LIB_PATH) \
(cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
- $(MAKE) check-target-libstdc++-v3; \
else \
true; \
- fi
+ fi
+
+.PHONY: check-c++
+check-c++: check-target-libstdc++-v3 check-gcc-c++
.PHONY: install-gcc
install-gcc: