Loading bundle.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ itself.")) ;; operation on a system and its dependencies ((selfward-operation :initform '(prepare-fasl-op #+ecl lib-op) :allocation :class))) (defclass load-fasl-op (basic-load-op selfward-operation) ((selfward-operation :initform '(prepare-op fasl-op) :allocation :class))) ((selfward-operation :initform '(prepare-fasl-op fasl-op) :allocation :class))) ;; NB: since the monolithic-op's can't be sideway-operation's, ;; if we wanted lib-op, dll-op, deliver-asd-op to be sideway-operation's, Loading Loading
bundle.lisp +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ itself.")) ;; operation on a system and its dependencies ((selfward-operation :initform '(prepare-fasl-op #+ecl lib-op) :allocation :class))) (defclass load-fasl-op (basic-load-op selfward-operation) ((selfward-operation :initform '(prepare-op fasl-op) :allocation :class))) ((selfward-operation :initform '(prepare-fasl-op fasl-op) :allocation :class))) ;; NB: since the monolithic-op's can't be sideway-operation's, ;; if we wanted lib-op, dll-op, deliver-asd-op to be sideway-operation's, Loading