Chez Scheme makefile: create correct directory on .bootquick
This commit is contained in:
parent
2ae4ee4163
commit
b0bd5061d5
|
@ -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
|
||||
|
|
|
@ -28,4 +28,4 @@ doit: $(bootfiles)
|
|||
mv -f ../xc-$*/boot/$*/$$x ../boot/$*/$$x ;\
|
||||
fi ;\
|
||||
done
|
||||
: rm -rf ../xc-$*
|
||||
rm -rf ../xc-$*
|
||||
|
|
Loading…
Reference in New Issue
Block a user