Separate tools from target in the build.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 5 Oct 2013 18:06:59 +0000 (18:06 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 5 Oct 2013 19:01:43 +0000 (19:01 +0000)
commit74ad90692c3f7019aa718b988e47a79d20bea1c9
tree474c7116d8392202fab50108c376d7ad81727585
parentb8fc106ca8d173ffb5b24748184626f4c6373e06
Separate tools from target in the build.

To build a native Scheme, instead of just running `make', you must
first run

make -f Makefile.boot

to get a bootstrap toolchain in boot/, every time you want to use a
new compiler or cref or sf or star-parser to compile Scheme.
src/Makefile.boot.in [new file with mode: 0644]
src/Makefile.in
src/boot/README [new file with mode: 0644]
src/configure.ac