From aae726b7a659ef5399db60c52162318ad71af289 Mon Sep 17 00:00:00 2001
From: Mike Gerwitz
Date: Mon, 10 Sep 2018 20:58:18 -0400
Subject: [PATCH] bootstrap: Move from build-aux/bootstrap
NOTE: To see history for files in this directory, run:
$ git log --follow PATH
The previous home for the bootstrapping process was build-aux, but this has
evolved into quite the project in its own that such a directory strucutre is
no longer honest. Further, I want the bootstrap process to get the
visibility in the source tree that it deserves, considering how vitally
important it is.
I preserved the original history rather than rewriting the commits because I
did not want the hashes to change---I have recorded some hashes elsewhere
as proof that early Ulambda existed when it did, since it is yet unpublished.
* bootstrap/Bootstrap.js: Renamed from build-aux/bootstrap/Bootstrap.js.
* bootstrap/birth.scm: Renamed from build-aux/bootstrap/birth.scm.
* bootstrap/bootstrap.html: Renamed from build-aux/bootstrap.html.
* bootstrap/bootstrap.js: Renamed from build-aux/bootstrap.js.
* bootstrap/libprebirth.js: Renamed from build-aux/bootstrap/libprebirth.js.
* bootstrap/prebirth.js: Renamed from build-aux/bootstrap/prebirth.js.
* bootstrap/rebirth.scm: Renamed from build-aux/bootstrap/rebirth.scm.
* bootstrap/rebirth/es.scm: Renamed from build-aux/bootstrap/rebirth/es.scm.
* bootstrap/rebirth/macro.scm: Renamed from build-aux/bootstrap/rebirth/macro.scm.
* bootstrap/rebirth/relibprebirth.scm: Renamed from
build-aux/bootstrap/rebirth/relibprebirth.scm.
---
{build-aux/bootstrap => bootstrap}/Bootstrap.js | 0
{build-aux/bootstrap => bootstrap}/birth.scm | 0
{build-aux => bootstrap}/bootstrap.html | 6 +++---
{build-aux => bootstrap}/bootstrap.js | 6 +++---
{build-aux/bootstrap => bootstrap}/libprebirth.js | 0
{build-aux/bootstrap => bootstrap}/prebirth.js | 0
{build-aux/bootstrap => bootstrap}/rebirth.scm | 0
{build-aux/bootstrap => bootstrap}/rebirth/es.scm | 0
{build-aux/bootstrap => bootstrap}/rebirth/macro.scm | 0
.../bootstrap => bootstrap}/rebirth/relibprebirth.scm | 0
10 files changed, 6 insertions(+), 6 deletions(-)
rename {build-aux/bootstrap => bootstrap}/Bootstrap.js (100%)
rename {build-aux/bootstrap => bootstrap}/birth.scm (100%)
rename {build-aux => bootstrap}/bootstrap.html (93%)
rename {build-aux => bootstrap}/bootstrap.js (90%)
rename {build-aux/bootstrap => bootstrap}/libprebirth.js (100%)
rename {build-aux/bootstrap => bootstrap}/prebirth.js (100%)
rename {build-aux/bootstrap => bootstrap}/rebirth.scm (100%)
rename {build-aux/bootstrap => bootstrap}/rebirth/es.scm (100%)
rename {build-aux/bootstrap => bootstrap}/rebirth/macro.scm (100%)
rename {build-aux/bootstrap => bootstrap}/rebirth/relibprebirth.scm (100%)
diff --git a/build-aux/bootstrap/Bootstrap.js b/bootstrap/Bootstrap.js
similarity index 100%
rename from build-aux/bootstrap/Bootstrap.js
rename to bootstrap/Bootstrap.js
diff --git a/build-aux/bootstrap/birth.scm b/bootstrap/birth.scm
similarity index 100%
rename from build-aux/bootstrap/birth.scm
rename to bootstrap/birth.scm
diff --git a/build-aux/bootstrap.html b/bootstrap/bootstrap.html
similarity index 93%
rename from build-aux/bootstrap.html
rename to bootstrap/bootstrap.html
index 2fc3007..00a2fff 100644
--- a/build-aux/bootstrap.html
+++ b/bootstrap/bootstrap.html
@@ -60,8 +60,8 @@ I'll wait for you to click the button below to get started.
-
-
+
+