From 3eb9217c392c8b8f7a3a7496a98e312db1513517 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 19 Apr 2019 14:57:04 -0600 Subject: [PATCH] remove bootfiles For this patched variant of Chez Scheme, rely on bootstrapping via Racket. original commit: 15a783860252b675c60bbf910cf99db69247274a --- .gitignore | 1 + README.md | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cff68cc4e4..4279733cf4 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /release_notes/*.htoc /release_notes/*.log /release_notes/release_notes.pdf +/boot/ diff --git a/README.md b/README.md index f731a4566a..5327243034 100644 --- a/README.md +++ b/README.md @@ -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.