> Alex,
> I'm looking at a re-write for the Makefile system.
>
> I'd like to have something like this...
>
> binarycloud/Makefile.in -> things that all makefiles will need
Yep.
> binarycloud/Makefile -> make base, make ext, make user
Yep.
> binarycloud/user/Makefile -> makes all site sub-directories / creates
> new ones
Yep.
> binarycloud/user/site_name/Makefile -> makes site_name for every
> language defined in site_name/conf/Languages.php.xml
Yep.
You can use the current user/Makefile as a model, though I'm sure you'll
want to make some changes.
> This change is most warranted due to the multiple conf/Languages.php.xml
> we now have.
Everything above is how I expected it to be, I'm glad that we both think it
should work the same way :)
> This will also allow you to run 'make' from anywhere in your tree and it
> will know exactly what to make with what language(s). (with no
> environment variable prerequisites other than $BCHOME)
Groovy :)
_a
|