remove bootfiles

For this patched variant of Chez Scheme, rely on bootstrapping via
Racket.

original commit: 15a783860252b675c60bbf910cf99db69247274a
This commit is contained in:
Matthew Flatt 2019-04-19 14:57:04 -06:00
parent cbd40899f6
commit 3eb9217c39
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@ -49,3 +49,4 @@
/release_notes/*.htoc
/release_notes/*.log
/release_notes/release_notes.pdf
/boot/

View File

@ -1,4 +1,9 @@
[![Build Status](https://travis-ci.org/cisco/ChezScheme.svg?branch=master)](https://travis-ci.org/cisco/ChezScheme)
This variant of Chez Scheme is patched for Racket. It doesn't include
boot files; instead, Racket can generate initial boot files from Chez
Scheme's source. For more information, see "racket/src/cs/README.txt"
in Racket sources.
----------------------------------------
Chez Scheme is both a programming language and an implementation
of that language, with supporting tools and documentation.