summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2005-10-05 07:30:22 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2005-10-05 07:30:22 +0000
commit168b158c6f6afa5d4816407f062777b40c2718a7 (patch)
tree4ea63b878f03cb8bdb8294cc81bab503eb16e6fe /configure.in
parent4a79bc563886765c939eda9eb9f722b2bb0d6313 (diff)
downloadcygnal-168b158c6f6afa5d4816407f062777b40c2718a7.tar.gz
cygnal-168b158c6f6afa5d4816407f062777b40c2718a7.tar.bz2
cygnal-168b158c6f6afa5d4816407f062777b40c2718a7.zip
2005-10-05 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/22340 * configure.in (default_target): Remove. * Makefile.tpl (all): Do not use prerequisites as subroutines (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet. (do-[+make_target+], check, install, [+bootstrap_target+]): Do not use prerequisites as subroutines. (check-host, check-target): New. (bootstrap configure & all targets): Do not use stage*-start if the directory layout is already ok. (non-bootstrap configure & all targets): Prepend a $(unstage). (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL. (NOTPARALLEL): Remove. (unstage, stage variables): New variables. (unstage, stage targets): Simply expand to those variables. * configure: Regenerate. * Makefile.in: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index fc0e8038c..4633c2c59 100644
--- a/configure.in
+++ b/configure.in
@@ -1780,18 +1780,14 @@ esac
case "$enable_bootstrap" in
yes)
bootstrap_lean='#'
- default_target=bootstrap
bootstrap_suffix=bootstrap ;;
lean)
bootstrap_lean=''
- default_target=bootstrap
bootstrap_suffix=bootstrap ;;
no)
- default_target=all
bootstrap_suffix=no-bootstrap ;;
esac
AC_SUBST(bootstrap_lean)
-AC_SUBST(default_target)
for module in ${build_configdirs} ; do
if test -z "${no_recursion}" \