Commit 566a4234 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

2.012.8: add support for genera. Fix issues.

* make genera happy:
 * add support in implementation-identifier
 * add #' to (lambda ...) forms
 * avoid ~@<
 * tweak subdirectories
* Add support for ".." as :back in portable pathname syntax
* Remember source-registry and output-translations parameters
parent 273eea7b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@ clnet_home := "/project/asdf/public_html/"

sourceDirectory := $(shell pwd)

lisps ?= ccl clisp sbcl ecl allegro abcl scl
## not tested by me: allegromodern cmucl lispworks
lisps ?= clisp sbcl ecl allegro abcl scl
## not tested by me: allegromodern ccl cmucl lispworks
## FAIL: gclcvs (condition handling)
## maybe supported by asdf, not supported yet by our tests: cormancl mcl

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
  :licence "MIT"
  :description "Another System Definition Facility"
  :long-description "ASDF builds Common Lisp software organized into defined systems."
  :version "2.012.7" ;; to be automatically updated by bin/bump-revision
  :version "2.012.8" ;; to be automatically updated by bin/bump-revision
  :depends-on ()
  :components
  ((:file "asdf")

asdf.lisp

100644 → 100755
+186 −131

File changed.File mode changed from 100644 to 100755.

Preview size limit exceeded, changes collapsed.