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:
(cd c && $(MAKE))
mkdir -p boot/$*
mkdir -p ../boot/$*
$(MAKE) -f Mf-boot $*.boot o=3 d=0 what=all
.PHONY: bintar

View File

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