* Makefile.in (stage1-start): Handle an empty SUBDIRS.
From-SVN: r69117
This commit is contained in:
parent
ec049fdb0f
commit
6f3fcc0b83
@ -1,3 +1,7 @@
|
||||
2003-07-08 Matt Kraai <kraai@alumni.cmu.edu>
|
||||
|
||||
* Makefile.in (stage1-start): Handle an empty SUBDIRS.
|
||||
|
||||
2003-07-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* genattr.c (internal_dfa_insn_code): Don't prototype.
|
||||
|
@ -3731,7 +3731,7 @@ compare4-lean: @make_compare_target@4-lean
|
||||
stage1-start:
|
||||
-if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
|
||||
$(MAKE) -f libgcc.mk libgcc-stage-start stage=stage1
|
||||
-for dir in $(SUBDIRS) ; \
|
||||
-subdirs="$(SUBDIRS)"; for dir in $$subdirs; \
|
||||
do \
|
||||
if [ -d stage1/$$dir ] ; then true ; else mkdir stage1/$$dir ; fi ; \
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user