Commit aaa52048 by Jason Merrill

update stuff rule

From-SVN: r34684
parent 58fc5486
# Copyright (C) 1994, 1995, 1999 Free Software Foundation # Copyright (C) 1994, 1995, 1999, 2000 Free Software Foundation
# This file is part of the GNU ANSI C++ Library. This library is free # This file is part of the GNU ANSI C++ Library. This library is free
# software; you can redistribute it and/or modify it under the terms of # software; you can redistribute it and/or modify it under the terms of
...@@ -380,10 +380,10 @@ stuff: ...@@ -380,10 +380,10 @@ stuff:
stuff1: stuff1:
$(MAKE) clean $(MAKE) clean
$(MAKE) -C ../libio c++clean $(MAKE) -C ../libio c++clean
touch ../../gcc/libgcc2.ready rm -f ../../gcc/cplib2.txt
stuff2: stuff2:
$(MAKE) -C ../../gcc/ libgcc.a $(MAKE) -C ../../gcc/ LANGUAGES='c c++' libgcc.a
$(MAKE) CXXFLAGS="$(MYCXXFLAGS)" CFLAGS="$(MYCFLAGS)" $(MAKE) CXXFLAGS="$(MYCXXFLAGS)" CFLAGS="$(MYCFLAGS)"
-$(MAKE) check -$(MAKE) check
-$(MAKE) -C ../libio check -$(MAKE) -C ../libio check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment