mirror of https://github.com/apenwarr/redo.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
We have to clear the setitimer *before* leaving the try/except clause, or the timer might fire between the try/except and the try/finally, leaking a TimeoutError. Reported-by: Denton Gentry |
2 years ago | |
---|---|---|
bin | 4 years ago | |
contrib/bash_completion.d | 12 years ago | |
docs | 3 years ago | |
minimal | 4 years ago | |
redo | 2 years ago | |
redoconf | 4 years ago | |
t | 3 years ago | |
.gitignore | 4 years ago | |
.pylintrc | 4 years ago | |
LICENSE | 4 years ago | |
MANIFEST.in | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
all.do | 4 years ago | |
clean.do | 4 years ago | |
do | 4 years ago | |
install.do | 4 years ago | |
mkdocs.yml | 4 years ago | |
setup.py | 3 years ago | |
test.do | 4 years ago |
README.md
redo - a recursive build system
Smaller, easier, more powerful, and more reliable than make
.
This is an implementation of Daniel J. Bernstein's redo build system. He never released his version, so other people have implemented different variants based on his published specification.
This version, sometimes called apenwarr/redo, is probably the most advanced one, including parallel builds, improved logging, extensive automated tests, and helpful debugging features.
To build and test redo, run:
./do -j10 test
To install it, run something like this:
DESTDIR= PREFIX=/usr/local ./do -j10 install
- View the documentation via readthedocs.org
- Visit the source code on github
- Discussions and support via the
mailing list (archives).
You can subscribe by sending any email message to
redo-list+subscribe@googlegroups.com
(note the plus sign). You can send questions or feedback (with or without subscribing) by sending messages toredo-list@googlegroups.com
.