From 43dd866967dd56381a73f68fe2ebe60c546cb524 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@real-time.com> Date: Mon, 12 Jul 2010 10:12:27 -0500 Subject: [PATCH] Added a comment explaining what POIU is. --- asdf.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/asdf.lisp b/asdf.lisp index e091c8d2..269a5798 100644 --- a/asdf.lisp +++ b/asdf.lisp @@ -895,6 +895,8 @@ actually-existing directory." (in-order-to :initform nil :initarg :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? + ;; POIU is a parallel (multi-process build) extension of ASDF. See + ;; http://www.cliki.net/poiu (load-dependencies :accessor component-load-dependencies :initform nil) ;; XXX crap name, but it's an official API name! (do-first :initform nil :initarg :do-first -- GitLab