mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 09:04:47 +08:00
Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of knowing names of language subdirectories.
* Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of knowing names of language subdirectories. From-SVN: r67972
This commit is contained in:
parent
d185d26881
commit
84fb201905
@ -1,3 +1,8 @@
|
||||
2003-06-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
|
||||
|
||||
* Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
|
||||
knowing names of language subdirectories.
|
||||
|
||||
2003-06-15 Neil Booth <neil@daikokuya.co.uk>
|
||||
|
||||
* c-pch.c (asm_file_name): Remove.
|
||||
|
@ -3909,7 +3909,11 @@ stagefeedback-start:
|
||||
-if [ -f ld$(exeext) ] ; then (cd stagefeedback && $(LN_S) ../ld$(exeext) .) ; else true ; fi
|
||||
-if [ -f collect-ld$(exeext) ] ; then (cd stagefeedback && $(LN_S) ../collect-ld$(exeext) .) ; else true ; fi
|
||||
-rm -f stagefeedback/libgcc.a stagefeedback/libgcov.a stagefeedback/libgcc_eh.a
|
||||
-rm -f *.da ada/*.da cp/*.da f/*.da java/*.da objc/*.da fixinc/*.da intl po testsuite 2>/dev/null
|
||||
-rm -f *.da
|
||||
-for dir in fixinc intl po testsuite $(SUBDIRS); \
|
||||
do \
|
||||
rm -f $$dir/*.da ; \
|
||||
done
|
||||
-cp libgcc.a stagefeedback
|
||||
-$(RANLIB_FOR_TARGET) stagefeedback/libgcc.a
|
||||
-cp libgcov.a stagefeedback
|
||||
|
Loading…
Reference in New Issue
Block a user