[tbnl-devel] Araneida ...
Bob Hutchison
hutch at recursive.ca
Wed Oct 19 13:18:30 UTC 2005
On Oct 19, 2005, at 7:01 AM, R. Mattes wrote:
> On Wed, 2005-10-19 at 12:35 +0200, Edi Weitz wrote:
>
>> On Wed, 19 Oct 2005 11:44:03 +0200, "R. Mattes" <rm at seid-
>> online.de> wrote:
>>
>>
>>> Ever thought of making backend-specific meta-packages
>>> (a.k. tbnl-araneida)? These could just create the correct
>>> dependencies.
>>>
>>
>> Hmm. Sounds like work... :)
>>
>
> Remove the test for the :araneida feature and then:
>
>
> (in-package #:cl-user)
>
> (defpackage #:tbnl-system
> (:use #:asdf #:cl))
>
> (in-package #:tbnl-system)
>
> (defsystem tbnl-araneida
> :depends-on (#:araneida #:tbnl)
> :components ((:file "araneida")))
Does this avoid the undefined order of dependencies problem/feature
that ASDF has?
Cheers,
Bob
>
>
> Cheers, RalfD
>
>
>
----
Bob Hutchison -- blogs at <http://www.recursive.ca/hutch/>
Recursive Design Inc. -- <http://www.recursive.ca/>
Raconteur -- <http://www.raconteur.info/>
More information about the Tbnl-devel
mailing list