From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25417 invoked by alias); 18 Aug 2004 06:51:39 -0000 Mailing-List: contact src-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sources.redhat.com Received: (qmail 25399 invoked by uid 9446); 18 Aug 2004 06:51:39 -0000 Date: Wed, 18 Aug 2004 06:51:00 -0000 Message-ID: <20040818065139.25397.qmail@sourceware.org> From: bonzini@sourceware.org To: src-cvs@sources.redhat.com Subject: src ChangeLog Makefile.def Makefile.in Makefil ... X-SW-Source: 2004-q3/txt/msg00021.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-08-18 06:51:39 Modified files: . : ChangeLog Makefile.def Makefile.in Makefile.tpl configure configure.in Log message: 2004-08-17 Paolo Bonzini * Makefile.in: Regenerate. * configure: Regenerate. * Makefile.def (bootstrap-stage): Rename extra_*_flags to stage_*_flags. * Makefile.tpl (configure-[+module+], all-[+module+]): Exit for bootstrapped modules if toplevel bootstrap is going. (GCC bootstrap): Generate per-stage targets for all bootstrapped modules. Adjust for changes in Makefile.def. Enable several rules even in non-bootstrap mode, just to avoid peppering the template with unnecessary "@if/@endif gcc-bootstrap" pairs. (stage-[+prev+]-bubble): Remove. * Makefile.def (Dependencies): Depend on all-build-bison, all-build-flex, all-build-byacc, all-build-texinfo, rather than the host variations. * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout with BUILD_SUBDIR. (BISON): Update for recent Bisons. (YACC): Fix typo. (cross): Depend on all-build. (all): Do not depend on all-build. (prebootstrap): Remove. (dep-kind): Accept separate prefixes for MODULE and ON variables. (Prebootstrap dependencies): Add them to the per-stage targets and to all-prebootstrap. * configure.in (build_configdirs): Always enable build_tools. (BUILD_DIR_PREFIX): Remove. * Makefile.def (gcc): Add target variable. (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags. * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*) in the recursive `make', instead of hardwiring `all'. (Autogenerated TARGET-* variables): New. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.509&r2=1.510 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&r1=1.31&r2=1.32 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.184&r2=1.185 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.112&r2=1.113 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.141&r2=1.142 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.231&r2=1.232