summaryrefslogtreecommitdiff
path: root/libstdc++/Makefile.in
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1997-11-26 07:19:11 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1997-11-26 07:19:11 +0000
commita717dd70be4f7f169ae8b9b1d13e83b05e81a32a (patch)
tree85d965149086f3ac6e9f3f524177fc78b28e79f2 /libstdc++/Makefile.in
parentb9ce61a06eed70a00d4c088569ad99b88038695b (diff)
downloadgcc-a717dd70be4f7f169ae8b9b1d13e83b05e81a32a.tar.gz
London changes to string:
* std/bastring.cc (check_realloc): Don't be selfish anymore. * std/bastring.h (non-const operator[]): Be selfish. (iterator forms of insert and erase): Stay selfish. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16722 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++/Makefile.in')
-rw-r--r--libstdc++/Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in
index 11208742d0a..48a470c22b4 100644
--- a/libstdc++/Makefile.in
+++ b/libstdc++/Makefile.in
@@ -301,9 +301,10 @@ stuff:
$(MAKE) clean
$(MAKE) -C ../libio c++clean
$(MAKE) -C ../libg++ clean
- $(MAKE) $(MAKEFLAGS) check
- $(MAKE) -C ../libio check
- $(MAKE) -C ../libg++ check
+ -$(MAKE) $(MAKEFLAGS) check
+ -$(MAKE) -C ../libio check
+ -$(MAKE) -C ../libg++ check
+ -$(MAKE) -C ../gcc check-g++
stuff1:
$(MAKE) clean
@@ -311,6 +312,7 @@ stuff1:
$(MAKE) -C ../libg++ clean
stuff2:
- $(MAKE) check
- $(MAKE) -C ../libio check
- $(MAKE) -C ../libg++ check
+ -$(MAKE) check
+ -$(MAKE) -C ../libio check
+ -$(MAKE) -C ../libg++ check
+ -$(MAKE) -C ../gcc check-g++