From: Andreas A. <a.a...@th...> - 2001-10-01 09:41:09
|
Hi Alex, the make stuff looks very fine to me, just one thought: >Make targets for new make system >--------------------------------- >binarycloud/ > all = alias to base, sites, and phpdoc > clean = rm build dir > phpdoc = runs make phpdoc in sub dirs > (site_name) = runs make all in site_name dir > sites = runs make all in each site dir > base = runs make all in base dir > user = alias to sites What about adding target: distro (or dist, or distribution, or..). This is basically make all plus running some extra tools/scripts (i.e. ZendEncoder, tar/gzip, generating snapshots etc) that can be configured in a file. Andi |