6 sbcl --noinform --no-sysinit --no-userinit \
7 --eval "(require :asdf)" \
8 --eval "(pushnew #p\"/usr/share/common-lisp/systems/\" asdf:*central-registry* :test #'equal)" \
9 --eval "(asdf:operate 'asdf:compile-op '${_pkgname})" \
10 --eval "(quit)" &> ${_compile_log_file} || return 1
14 echo "---> Compiling lisp files <---"
15 if [ $_compile_log = 'y' ]; then
16 _compile_log_file=/tmp/${_pkgname}_sbcl.log
18 _compile_log_file=/dev/null
21 echo "---> Done compiling lisp files <---"
25 To load this library, run the following lines
29 REMEMBER, that this build is only for SBCL
38 rm -f /usr/share/common-lisp/source/${_pkgname}/{*.fas,*.fasl,*.lib,*.x86f}