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.
 
 
 
 
 
Go to file
Avery Pennarun 7f00abc36b jobserver: fix rare race condition in previous timer-exception workaround.
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 builder.py: atomically replace the log for a given target. 4 years ago
contrib/bash_completion.d MacOS: "-e filename/." returns true even for non-directories. 12 years ago
docs Fix typo in docs: "an C" should be "in C" 3 years ago
minimal t/shelltest.od: Add a new preliminary test for IFS= behaviour. 4 years ago
redo jobserver: fix rare race condition in previous timer-exception workaround. 2 years ago
redoconf redoconf/configure.sh: use "cmp -s" to silence output. 4 years ago
t t/110-compile: remove hard dependency on /usr/include/stdio.h. 3 years ago
.gitignore Fix more inconsistent behaviour with symlinks in paths. 4 years ago
.pylintrc Add a bunch of missing python docstrings. 4 years ago
LICENSE Change license to Apache 2.0. 4 years ago
MANIFEST.in setup.py: add a python setuptools package. 4 years ago
Makefile Directory reorg: move code into redo/, generate binaries in bin/. 4 years ago
README.md Minor clarifications to redo install instructions. 4 years ago
all.do Move _all.do -> all.do and slightly update docs. 4 years ago
clean.do Fix more inconsistent behaviour with symlinks in paths. 4 years ago
do Fix more inconsistent behaviour with symlinks in paths. 4 years ago
install.do Move _all.do -> all.do and slightly update docs. 4 years ago
mkdocs.yml docs/cookbook/redoconf-simple: a simple redoconf C++ project. 4 years ago
setup.py Remove python<3.0 restriction in setup.py 3 years ago
test.do Move _all.do -> all.do and slightly update docs. 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 to redo-list@googlegroups.com.