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

2.010.4: trivial code tweaks. Have asdf build.xcvb supersede asdf.asd.

parent 01bba0a8
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@
(eval-when (:load-toplevel :compile-toplevel :execute)
(defvar *asdf-version* nil)
(defvar *upgraded-p* nil)
(let* ((asdf-version "2.010.3") ;; bump this version when you modify this file.
(let* ((asdf-version "2.010.4") ;; bump this version when you modify this file.
(existing-asdf (fboundp 'find-system))
(existing-version *asdf-version*)
(already-there (equal asdf-version existing-version)))
......@@ -546,9 +546,8 @@ pathnames."
:append (list k v)))
(defun* getenv (x)
(#+abcl ext:getenv
(#+(or abcl clisp) ext:getenv
#+allegro sys:getenv
#+clisp ext:getenv
#+clozure ccl:getenv
#+(or cmu scl) (lambda (x) (cdr (assoc x ext:*environment-list* :test #'string=)))
#+ecl si:getenv
......
......@@ -6,4 +6,5 @@
:description "ASDF"
:long-description "Another System Definition Facility."
:depends-on ("asdf" (:when (:featurep :ecl) "asdf-ecl"))
:supersedes-asdf ("asdf")
:build-image nil))
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