build is a massively-parallel software build system implemented on top of GNU make. Build is designed with the following tasks in mind: * configuration * building * testing * installation Some of its features include: * position-independent makefiles. * non-recursive multi-makefile include-based structure. * leaf makefiles are full-fledged GNU makefiles, not just variable definitions. * complete dependency graph. * inter-project dependency tracking. * extensible language/compiler framework. WWW: http://www.codesynthesis.com/projects/build/ ry'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/pyrad
Commit message (Expand)AuthorAgeFilesLines
* - Enable stagedir supportmva2014-06-142-83/+6
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* net/pyrad: update to 2.0wg2013-07-08