Make exports.all and whereis.hash in tmp directory. Add script to release. (#249)
This commit is contained in:
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
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
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
1
loadups/whereis.dribble
Normal file
File diff suppressed because one or more lines are too long
BIN
loadups/whereis.hash
Normal file
BIN
loadups/whereis.hash
Normal file
Binary file not shown.
12
scripts/release-all.sh
Executable file
12
scripts/release-all.sh
Executable 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/
|
||||
|
||||
@@ -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
BIN
sources/MAKEINIT.LCOM
Executable file → Normal file
Binary file not shown.
Reference in New Issue
Block a user