Commit 6b596429 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Remove build.xcvb

That file was obsolete in its contents, and
XCVB itself has bitrotten into not working anymore.
parent 703b142b
Loading
Loading
Loading
Loading

build.xcvb

deleted100644 → 0
+0 −33
Original line number Diff line number Diff line
#+xcvb
(module
 (:fullname "/asdf"
  :author ("Daniel Barlow and contributors")
  :licence "MIT" ;; MIT-style license. See asdf.lisp
  :description "ASDF"
  :long-description "Another System Definition Facility."
  :build-depends-on ("/uiop")
  :supersedes-asdf ("asdf")
  :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")))