From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32003 invoked by alias); 9 Jun 2004 08:32:35 -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 31990 invoked by uid 9446); 9 Jun 2004 08:32:35 -0000 Date: Wed, 09 Jun 2004 08:32:00 -0000 Message-ID: <20040609083235.31988.qmail@sourceware.org> From: bonzini@sourceware.org To: src-cvs@sources.redhat.com Subject: src ./ChangeLog ./Makefile.def ./Makefile.in . ... X-SW-Source: 2004-q2/txt/msg00042.txt.bz2 List-Id: CVSROOT: /cvs/src Module name: src Changes by: bonzini@sourceware.org 2004-06-09 08:32:35 Modified files: . : ChangeLog Makefile.def Makefile.in Makefile.tpl configure configure.in config : ChangeLog acx.m4 Log message: 2004-06-09 Paolo Bonzini * Makefile.tpl (touch-stage[+id+]): New. (restage[+prev+]): Depend on touch-stage[+id+]. * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New. Use it throughout. * Makefile.def: Add profile and feedback bootstrap stages. Remove next field from bootstrap stages. * Makefile.tpl (LN, LN_S): Substitute. (stageN-start, stageN-end): Use double-colon rules, to provide a hook for additional setup commands. (distclean-stageN-gcc, restageN): Create dependencies from [+prev+], not from [+next+]. (stageN-bubble): Add commands for successive stages from [+prev+], using double-colon rules. (all-stageN-gcc): Fix typo. (stagefeedback-start, profiledbootstrap): New. * Makefile.in: Regenerate. * configure.in: Call ACX_PROG_LN. * configure: Regenerate. config/ChangeLog: 2004-06-09 Paolo Bonzini * acx.m4 (ACX_PROG_LN): From gcc, modified to accept a parameter. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=src&r1=1.492&r2=1.493 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.def.diff?cvsroot=src&r1=1.24&r2=1.25 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.in.diff?cvsroot=src&r1=1.174&r2=1.175 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/Makefile.tpl.diff?cvsroot=src&r1=1.104&r2=1.105 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.diff?cvsroot=src&r1=1.128&r2=1.129 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/configure.in.diff?cvsroot=src&r1=1.219&r2=1.220 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/ChangeLog.diff?cvsroot=src&r1=1.33&r2=1.34 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/config/acx.m4.diff?cvsroot=src&r1=1.8&r2=1.9