1
0
mirror of synced 2026-02-27 01:19:42 +00:00

Make exports.all and whereis.hash in tmp directory. Add script to release. (#249)

This commit is contained in:
Larry Masinter
2021-03-09 17:25:13 -08:00
committed by GitHub
parent 5d93ffc7c5
commit 4119b2a680
16 changed files with 26 additions and 2799 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

1
library/exports.all Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

1
loadups/lisp.dribble Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

1
loadups/whereis.dribble Normal file

File diff suppressed because one or more lines are too long

BIN
loadups/whereis.hash Normal file

Binary file not shown.

12
scripts/release-all.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
export MEDLEYDIR=`pwd`
if [ ! -x run-medley ] ; then
echo run from MEDLEYDIR
exit 1
fi
cp -p tmp/full.sysout tmp/lisp.sysout tmp/*.dribble tmp/whereis.hash loadups/
cp -p tmp/exports.all library/

View File

@@ -1,7 +1,12 @@
(* "make init files; this file is loaded as a 'greet' file by scripts/loadup-init.sh")
(CNDIR (MEDLEYDIR "tmp"))
(DRIBBLE "init.dribble")
(MOVD 'NILL 'PAGEFULLFN)
(LOAD (MEDLEYDIR "sources" "MAKEINIT.LCOM"))
(PROGN (MAKEINITGREET)
(LOGOUT T))
(MAKEINITGREET)
(LOAD (MEDLEYDIR "internal/library" "MEDLEY-UTILS.LCOM"))
(MAKE-EXPORTS-ALL)
(MAKE-WHEREIS-HASH)
(DRIBBLE)
(LOGOUT T)

File diff suppressed because one or more lines are too long

BIN
sources/MAKEINIT.LCOM Executable file → Normal file

Binary file not shown.