From 1eb054eaa43b5a80b0ef917a2c87296e1273f6d1 Mon Sep 17 00:00:00 2001 From: rth Date: Fri, 26 Oct 2001 07:24:34 +0000 Subject: [PATCH] * Makefile.in (unstage*): Remove as, ld, collect-ld before moving everything back to the main build directory. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46533 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/Makefile.in | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 640b61221d1..bbff29b27ba 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-10-26 Richard Henderson + + * Makefile.in (unstage*): Remove as, ld, collect-ld before + moving everything back to the main build directory. + 2001-10-26 Christopher Faylor * config/i386/cygwin.h: Search target specfic include directory, if diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 85c7d7a68a4..a365017de48 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3048,6 +3048,9 @@ bootstrap4 bootstrap4-lean: stage4_build unstage1 unstage2 unstage3 unstage4: -set -vx; stage=`echo $@ | sed -e 's/un//'`; \ + rm -f $$stage/as$(exeext); \ + rm -f $$stage/ld$(exeext); \ + rm -f $$stage/collect-ld$(exeext); \ if test -d $$stage; then \ mv $$stage/* . 2>/dev/null; \ for i in `cd $$stage; echo *` ; do \ -- 2.11.4.GIT