From: Jason H. <jc...@ey...> - 2001-09-27 15:55:39
|
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 binarycloud/Makefile -> make base, make ext, make user binarycloud/user/Makefile -> makes all site sub-directories / creates new ones binarycloud/user/site_name/Makefile -> makes site_name for every language defined in site_name/conf/Languages.php.xml This change is most warranted due to the multiple conf/Languages.php.xml we now have. 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) jason |