Skip to content
Snippets Groups Projects
Commit 43dd8669 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Added a comment explaining what POIU is.

parent 62189b46
No related branches found
No related tags found
No related merge requests found
...@@ -895,6 +895,8 @@ actually-existing directory." ...@@ -895,6 +895,8 @@ actually-existing directory."
(in-order-to :initform nil :initarg :in-order-to (in-order-to :initform nil :initarg :in-order-to
:accessor component-in-order-to) :accessor component-in-order-to)
;; This one is used by POIU. Maybe in the future by ASDF instead of in-order-to? ;; This one is used by POIU. Maybe in the future by ASDF instead of in-order-to?
;; POIU is a parallel (multi-process build) extension of ASDF. See
;; http://www.cliki.net/poiu
(load-dependencies :accessor component-load-dependencies :initform nil) (load-dependencies :accessor component-load-dependencies :initform nil)
;; XXX crap name, but it's an official API name! ;; XXX crap name, but it's an official API name!
(do-first :initform nil :initarg :do-first (do-first :initform nil :initarg :do-first
......
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