cl-project is used for creating new common lisp projects. As such, it normally creates a .asd file which is generated from the template skeleton/skeleton.asd. If this file is missing, cl-project is silently skipping the creation of a .asd file for the new project. Thus there needs to be an escape hatch from removing all .asd files during the installPhase without building that .asd file.
cl-project
is used for creating new common lisp projects. As such, it normally creates a.asd
file which is generated from the templateskeleton/skeleton.asd
. If this file is missing, cl-project is silently skipping the creation of a.asd
file for the new project. Thus there needs to be an escape hatch from removing all.asd
files during theinstallPhase
without building that.asd
file.