Commit 4992fc7f by Richard Henderson Committed by Richard Henderson

Makefile.in (unstage*): Remove as, ld, collect-ld before moving everything back…

Makefile.in (unstage*): Remove as, ld, collect-ld before moving everything back to the main build directory.

        * Makefile.in (unstage*): Remove as, ld, collect-ld before
        moving everything back to the main build directory.

From-SVN: r46533
parent 1a808622
2001-10-26 Richard Henderson <rth@redhat.com>
* Makefile.in (unstage*): Remove as, ld, collect-ld before
moving everything back to the main build directory.
2001-10-26 Christopher Faylor <cgf@redhat.com> 2001-10-26 Christopher Faylor <cgf@redhat.com>
* config/i386/cygwin.h: Search target specfic include directory, if * config/i386/cygwin.h: Search target specfic include directory, if
......
...@@ -3048,6 +3048,9 @@ bootstrap4 bootstrap4-lean: stage4_build ...@@ -3048,6 +3048,9 @@ bootstrap4 bootstrap4-lean: stage4_build
unstage1 unstage2 unstage3 unstage4: unstage1 unstage2 unstage3 unstage4:
-set -vx; stage=`echo $@ | sed -e 's/un//'`; \ -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 \ if test -d $$stage; then \
mv $$stage/* . 2>/dev/null; \ mv $$stage/* . 2>/dev/null; \
for i in `cd $$stage; echo *` ; do \ for i in `cd $$stage; echo *` ; do \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment