tweak
From-SVN: r70032
This commit is contained in:
parent
4020919528
commit
57ac311fb9
1 changed files with 1 additions and 1 deletions
|
@ -3651,7 +3651,7 @@ restagefeedback: unstagefeedback
|
|||
# bugs that cause the compiler to crash while building stage 2.
|
||||
bubblestrap:
|
||||
if test -f stage_last; then \
|
||||
LAST=`cat stage_last|sed -e 's/_build//'`; \
|
||||
LAST=`sed -e 's/_build//' < stage_last`; \
|
||||
if test "$$LAST" != "stage1"; then \
|
||||
$(MAKE) $$LAST; \
|
||||
$(STAMP) $${LAST}_copy; \
|
||||
|
|
Loading…
Add table
Reference in a new issue