On 3 February 2010 11:32, Scott Bell <[email protected]> wrote:
>   (:group "x"
>           :depends-on ("packages")
If you're not in a subdirectory #p"x/", here add a
:pathname #p""
>           :components
>           ((:file "a")
>            (:file "b" :depends-on ("a"))
>            (:file "c" :depends-on ("b"))
>            (:file "d" :depends-on ("a" "b"))))
>
> Any thoughts?

There ought to be a FAQ.

[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
The rule is perfect: in all matters of opinion our adversaries are insane.
        — Mark Twain

_______________________________________________
asdf-devel mailing list
[email protected]
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to