Skip to content
Snippets Groups Projects
Commit 92a73ff6 authored by Christophe Rhodes's avatar Christophe Rhodes
Browse files

Remove call to PROVIDE from #+(and sbcl sbcl-hooks-require) section. It

becomes the responsibility of individual systems in sbcl's contrib/ to
call provide.  No change for any other environment.
parent 2ec573b3
No related branches found
No related tags found
No related merge requests found
;;; This is asdf: Another System Definition Facility. $Revision: 1.71 $
;;; This is asdf: Another System Definition Facility. $Revision: 1.72 $
;;;
;;; Feedback, bug reports, and patches are all welcome: please mail to
;;; <cclan-list@lists.sf.net>. But note first that the canonical
......@@ -89,7 +89,7 @@
(in-package #:asdf)
(defvar *asdf-revision* (let* ((v "$Revision: 1.71 $")
(defvar *asdf-revision* (let* ((v "$Revision: 1.72 $")
(colon (or (position #\: v) -1))
(dot (position #\. v)))
(and v colon dot
......@@ -1037,7 +1037,7 @@ output to *trace-output*. Returns the shell's exit code."
(let ((system (asdf:find-system name nil)))
(when system
(asdf:operate 'asdf:load-op name)
(provide name))))
t)))
(pushnew
'(merge-pathnames "systems/"
......
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