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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user