On 2/3/10 Feb 3 -11:53 AM, Faré wrote:
On 3 February 2010 11:32, Scott Bell sblist@me.com 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.
There is a FAQ in asdf.texinfo, and here is a patch. Note that the solution chosen was not the #P"" solution, but making an empty :relative pathname.