Commit 1e25da8a authored by Gary King's avatar Gary King
Browse files

Patch for XCVB compatibility from Fare

parent c464260d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,6 +42,8 @@
;;; the problem with writing a defsystem replacement is bootstrapping:
;;; we can't use defsystem to compile it.  Hence, all in one file

#+xcvb (module ())

(defpackage #:asdf
  (:export #:defsystem #:oos #:operate #:find-system #:run-shell-command
           #:system-definition-pathname #:find-component ; miscellaneous

build.xcvb

0 → 100644
+9 −0
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."
  :depends-on ("asdf")
  :build-image nil))