diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2005-10-05 15:59:52 +0000 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2005-10-05 15:59:52 +0000 |
commit | 37fe65c798070c09d9807cf70e421897e5e1e027 (patch) | |
tree | 0e7604ce7702d6215f491242ca2d896d82a352f6 /Makefile.tpl | |
parent | 168b158c6f6afa5d4816407f062777b40c2718a7 (diff) | |
download | newlib-37fe65c798070c09d9807cf70e421897e5e1e027.zip newlib-37fe65c798070c09d9807cf70e421897e5e1e027.tar.gz newlib-37fe65c798070c09d9807cf70e421897e5e1e027.tar.bz2 |
2005-10-05 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
before other host packages.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 889552d..8c19bbf 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -709,6 +709,11 @@ all: fi @endif gcc-bootstrap @$(unstage) +@if gcc-no-bootstrap + @r=`${PWD_COMMAND}`; export r; \ + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ + $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-prebootstrap +@endif gcc-no-bootstrap @r=`${PWD_COMMAND}`; export r; \ s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \ if [ -f stage_last ]; then \ |