update stuff rule
From-SVN: r34684
This commit is contained in:
parent
58fc548644
commit
aaa52048c2
@ -1,4 +1,4 @@
|
|||||||
# 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:
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user