emul: make updatebootstrap two-stepped
Writing directly to forth.bin seems to cause problems in some environments such as Travis CI.
This commit is contained in:
parent
c0b7b45570
commit
05ca95e759
@ -31,7 +31,8 @@ emul.o: emul.c
|
||||
|
||||
.PHONY: updatebootstrap
|
||||
updatebootstrap: stage xcomp.fs pack
|
||||
./stage < xcomp.fs | tee forth.bin > /dev/null
|
||||
./stage < xcomp.fs > new.bin
|
||||
mv new.bin forth.bin
|
||||
|
||||
.PHONY: pack
|
||||
pack:
|
||||
|
Loading…
Reference in New Issue
Block a user