> >  So, if I want to compile something with buildtool... what do I do
> > when I don't have a hosted buildtool.mk and buildtool.conf for the
> > particular package? Is there a way to tell it to just use my local
> > files?
>
> you have some possibilities. You could define a server of type "file"
> for your local files if you want to use a buildtool.cfg /mk file and
> want to test these. If you just want to try compiling, you can use
> ./tools/compileShell.sh which just opens a bash with the corresponding
> environment vars set. This is always a good start to take a quick look
> if the source compiles at all.
> If you want to add a reall buildtool setup, create a subdir in source,
> put your sources, buildtool.cfg and buildtool.mk file in it, define
> something in conf/sources.conf so that buildtool tries to download the
> buildtool.cfg to your source dir. If the file ist already in there, it
> should not get overwritten (to be really sure , you can use the -D
> switch). This is true for all files...

Great tips. Thanks! I didn't realize the compileShell script was
there... I will try it out.

Thanks,
-Ron


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php

_______________________________________________
leaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to