-#+sbcl (require :asdf)
-#+clisp (let ((*compile-verbose* nil)
- (*load-verbose* nil))
- (handler-bind ((warning (lambda (cond)
- (declare (ignore cond))
- (muffle-warning))))
- (load "/usr/share/common-lisp/source/cl-asdf/asdf.lisp"
- :verbose nil)
- (funcall (find-symbol "LOAD-SYSTEM" :asdf) :asdf
- :verbose nil)))