1
0
mirror of synced 2026-02-17 05:17:12 +00:00

no longer commit loadups; start with starter.sysout (#430)

* Start loadup using lisp.venuesysout as the base on which to build new

* Change 'starter.sysout' (taken from recent lisp.sysout)

* Fix problem with GREET ordering
This commit is contained in:
Larry Masinter
2021-08-26 15:47:59 -07:00
committed by GitHub
parent 3d7905905b
commit 7897471126
19 changed files with 92 additions and 34260 deletions

View File

@@ -12,7 +12,7 @@ scr="-sc 1024x768 -g 1042x790"
mkdir -p "$MEDLEYDIR/tmp"
touch tmp/loadup.timestamp
./run-medley $scr -greet "$MEDLEYDIR"/sources/LOADUP-INIT.LISP -full
./run-medley $scr -greet "$MEDLEYDIR"/sources/LOADUP-INIT.LISP loadups/starter.sysout
if [ tmp/init.dlinit -nt tmp/loadup.timestamp ]; then