cleared up and add questions about intent of work.
[CommonLispStat.git] / external / ch-util / make-dist.sh
blobc3c7b23b598e82ccc8e8356d4c7305fe6699661d
1 PACKAGE=ch-util
2 SYSTEMS=":${PACKAGE} :${PACKAGE}-test"
4 sbcl --noinform --noprint \
5 --eval '(require :asdf)' \
6 --eval "(pushnew (make-pathname :directory \""`pwd`"\") asdf:*central-registry*)" \
7 --eval "(asdf:operate 'asdf:load-op 'ch-util)" \
8 --eval "(asdf:operate 'asdf:load-op 'asdf-package)" \
9 --eval "(asdf-package:package-system ${SYSTEMS})" \
10 --eval '(quit)'