does everything execpt for re and regexp stuff
This commit is contained in:
parent
dd7939ab1a
commit
6569af5b8b
12
Makefile.in
12
Makefile.in
|
@ -801,7 +801,14 @@ loads = $(srcdir)/scsh/let-opt.scm $(srcdir)/scsh/scsh-interfaces.scm \
|
||||||
#echo ",open external-calls"; \
|
#echo ",open external-calls"; \
|
||||||
# echo "(lookup-all-externals)"; \
|
# echo "(lookup-all-externals)"; \
|
||||||
|
|
||||||
|
bs: build/build-scsh-image
|
||||||
|
sh $(srcdir)/build/build-scsh-image "$(srcdir)" "$(LIB)" "$(IMAGE)" \
|
||||||
|
"$(VM)" cig/cig.image
|
||||||
|
|
||||||
|
|
||||||
scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
|
scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
|
||||||
|
# sh $(srcdir)/build/build-scsh-image "$(srcdir)" "$(LIB)" "$(IMAGE)" \
|
||||||
|
# "$(VM)" cig/cig.image
|
||||||
(echo ",translate =scheme48/ $(srcdir)/scheme/"; \
|
(echo ",translate =scheme48/ $(srcdir)/scheme/"; \
|
||||||
echo ",batch on"; \
|
echo ",batch on"; \
|
||||||
echo ",load-package floatnums"; \
|
echo ",load-package floatnums"; \
|
||||||
|
@ -815,12 +822,13 @@ scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
|
||||||
echo ",load-package scsh-here-string-hax"; \
|
echo ",load-package scsh-here-string-hax"; \
|
||||||
echo ",translate =scheme48/ $(LIB)/"; \
|
echo ",translate =scheme48/ $(LIB)/"; \
|
||||||
echo ",in scsh-level-0"; \
|
echo ",in scsh-level-0"; \
|
||||||
echo "(autoreap-policy 'early)"; \
|
echo "(init-scsh-signal)";\
|
||||||
echo ",user"; \
|
echo ",user"; \
|
||||||
echo ",open floatnums"; \
|
echo ",open floatnums"; \
|
||||||
echo ",open scsh"; \
|
echo ",open scsh"; \
|
||||||
echo ",dump scsh06.image"; \
|
echo ",dump scsh06.image"; \
|
||||||
echo "(dump-scsh \"scsh/scsh.image\")") \
|
echo "(dump-scsh \"scsh/scsh.image\")" \
|
||||||
|
echo ",batch off") \
|
||||||
| ./$(VM) -o ./$(VM) -i $(CIG).image -h 5000000
|
| ./$(VM) -o ./$(VM) -i $(CIG).image -h 5000000
|
||||||
|
|
||||||
#scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
|
#scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image
|
||||||
|
|
Loading…
Reference in New Issue