Chez Scheme makefile: create correct directory on .bootquick

This commit is contained in:
Matthew Flatt 2020-08-01 06:13:30 -06:00
parent 2ae4ee4163
commit b0bd5061d5
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ reset:
%.bootquick: %.bootquick:
(cd c && $(MAKE)) (cd c && $(MAKE))
mkdir -p boot/$* mkdir -p ../boot/$*
$(MAKE) -f Mf-boot $*.boot o=3 d=0 what=all $(MAKE) -f Mf-boot $*.boot o=3 d=0 what=all
.PHONY: bintar .PHONY: bintar

View File

@ -28,4 +28,4 @@ doit: $(bootfiles)
mv -f ../xc-$*/boot/$*/$$x ../boot/$*/$$x ;\ mv -f ../xc-$*/boot/$*/$$x ../boot/$*/$$x ;\
fi ;\ fi ;\
done done
: rm -rf ../xc-$* rm -rf ../xc-$*