Skip to content
Snippets Groups Projects
Commit e5b4b820 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Update the XCVB build files somewhat.

Won't build unless we either tell XCVB about package-inferred-systems,
or add #+xcvb (module ...) declarations to every file in ASDF.
parent 4fb97217
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,29 @@
:licence "MIT" ;; MIT-style license. See asdf.lisp
:description "ASDF"
:long-description "Another System Definition Facility."
:depends-on ("asdf")
:build-depends-on ("/uiop")
:supersedes-asdf ("asdf")
:build-image nil))
:build-image nil
:depends-on
("upgrade"
"component"
"system"
"cache"
"find-system"
"find-component"
"operation"
"action"
"lisp-action"
"plan"
"operate"
"output-translations"
"source-registry"
"backward-internals"
"parse-defsystem"
"bundle"
"concatenate-source"
"backward-interface"
"package-inferred-system"
"interface"
"user"
"footer")))
#+xcvb
(module
(:fullname "/uiop"
:author ("Francois-Rene Rideau and contributors")
:licence "MIT" ;; MIT-style license. See asdf.lisp
:description "UIOP"
:long-description "Utilities for Implementation- and OS- Portability"
:supersedes-asdf ("uiop")
:build-image nil
:depends-on
("package"
"common-lisp"
"utility"
"os"
"pathname"
"filesystem"
"stream"
"image"
"run-program"
"lisp-build"
"configuration"
"backward-driver"
"driver")))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment