Otherwise we get a load of spew the first time in some versions.
#+sbcl (require :asdf)
#+clisp (let ((*compile-verbose* nil)
(*load-verbose* nil))
#+sbcl (require :asdf)
#+clisp (let ((*compile-verbose* nil)
(*load-verbose* nil))
- (load "/usr/share/common-lisp/source/cl-asdf/asdf.lisp"
- :verbose nil)
(handler-bind ((warning (lambda (cond)
(declare (ignore cond))
(muffle-warning))))
(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)))
(funcall (find-symbol "LOAD-SYSTEM" :asdf) :asdf
:verbose nil)))