mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
5df3ecfefd
Build is a massively-parallel software build system from CodeSynthesis implemented on top of GNU make. WWW: http://www.codesynthesis.com/projects/build/
18 lines
549 B
Plaintext
18 lines
549 B
Plaintext
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/
|