Chez Scheme makefile: create correct directory on .bootquick
This commit is contained in:
parent
2ae4ee4163
commit
b0bd5061d5
|
@ -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
|
||||||
|
|
|
@ -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-$*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user