Sinisa Veseli - 2013-09-10

The main issue here is addition of top-level makefile that would allow users to build software with a single command, without having to worry about creating RELEASE.local files in every subdirectory, worrying about dependencies, order in which products are built, etc.

Although the build process must be documented in detail, the quick start guide could be reduced to something like "export EPICS_BASE=/path && make". This is similar to what most open source software aims for in terms of builds (simplicity, such as "configure && make make install").