[Ecls-list] ASDF to build FAS libraries
Julian Stecklina
der_julian at web.de
Wed Oct 19 15:42:55 UTC 2005
On Wed, 19 Oct 2005 17:39:17 +0200
Juan Jose Garcia Ripoll <lisp at arrakis.es> wrote:
> On Wed, 2005-10-19 at 17:09 +0200, Goffioul Michael wrote:
> > I tried to play with ASDF in order to compile FAS libraries (I mean
> > FAS files containing several LISP files). To do that, I applied to
> > attached patch to asdf.lisp and defined a new build-op operation as
> > the following: [...]
>
> The idea is great, and I have been looking forward for such an
> implementation. But, how does one use your build-op it in practice?
> Notice that I am mostly an ASDF illiterate.
(use-package :asdf)
(oos 'build-op :system-name)
oos means operate-on-system.
Regards,
--
Julian Stecklina
When someone says "I want a programming language in which I
need only say what I wish done," give him a lollipop. - Alan Perlis
More information about the ecl-devel
mailing list