[clbuild-devel] my-projects?
Albert Krewinkel
krewinkel at gmx.net
Mon Dec 15 09:25:00 UTC 2008
budden <budden-lisp at mail.ru> writes:
> I've noticed something like "my-projects" in clbuild source.
> But it is not documented
Yeah, I really have to write better documentation. I hope to fix that
Real Soon Now.
> and it seems to have a bug in line
> 1478:
>
> ;;
> --wnpp-projects)
> extra="$extra $wnpp_projects"
> shift
> ;;
> --my-projects)
> extra="$extra $wnpp_projects"
> shift
Whoops. Sloppy copy and pasting on my side. Fixed that, thanks for
noticing.
> It would be very convinient if I could have my own (local and
> independent) files with dependencies and projects. It is easier for me
> to enter dependencies manually than to download all the projects
> to my HDD. I'm not sure automatic pathching mechanism is reliable
> enough to keep the things ok. And if I do
>
> And I want to publish my own dependencies to my users,
> it is inconvinent and unsafe to require that they patch
> autogenerated dependencies file.
>
> How easy would it be to make "my-projects" work for projects and for
> dependencies too?
I just compiled a quick patch and pushed it to the public repo: You can
put your own projects in `my-projects' and your dependencies in
`my-dependencies'. There is no automatic dependency-recording for you
personal projects, so you have to keep track of them yourself.
Cheers,
Albert
More information about the clbuild-devel
mailing list