From: Alex B. <en...@tu...> - 2001-10-01 16:34:41
|
> 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. That's an excellent idea. MakeConf will cover the configuration of that stuff, but I think that's great. I'll add it to the spec and push those to CVS (and to the list) today. best, _alex |