![]() | :: | Software |
The build-borrow program
The build-diff program
The build-diffborrow program
The build-dist program
The build-project program
The build-makefile program
The build-nosuchtarget program
The build-target program
The build-update program
A mailing list for build discussion
Features include:
Makefile generation; no more need to edit a makefile.
Automatic borrowing of source files from external repository.
Extensible with Bourne-shell scripts.
Easy packaging for /package project distribition.
build constructs a project target.
build-borrow copies source files into a project directory.
build-diff compares files in the project directory with corresponding files available for borrowing.
build-diffborrow behaves compares files like build-diff, and offers to borrow each file that differs.
build-dist creates a distribution tarball for a project.
build-project creates a new project directory.
build-update determines whether a target is out of date.
build-makefile determines whether a target is out of date.
build-nosuchtarget handles unknown targets.
build-target builds a single target.