1
0
mirror of synced 2026-05-05 07:34:31 +00:00

move all loadups-related source files into internal/loadups; adjust scripts accordingly; move venuesysouts from loadups into internal/venuesysouts; fix issues in .CM files to allow starting loadups-all from any lisp/full.sysout

This commit is contained in:
Frank Halasz
2023-08-07 12:34:11 -07:00
parent dbf6808bcb
commit ed6a6e4e04
20 changed files with 79 additions and 29 deletions

View File

@@ -0,0 +1,15 @@
# medley/loadups
This directory is for holding the sysouts from a release
* lisp.sysout (the system in the IRM + Common Lisp)
* full.sysout (lisp + modernizations + TEdit and others)
* starter.sysout you have to have a running Medley to make a new one(!)
this file is just a stable place to stand.
* whereis.hash A "hash file" directory index of everything
* lisp.venuesysout full.venuesysout -- vintage sysouts for comparision
Plus, if you make your own loadups (from BUILDING.md) you'll see some .dribble files which are the logs of the build proccess.