1
0
Fork 0
mirror of synced 2025-12-04 16:24:57 -05:00
No description
Find a 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
2021-07-27 20:48:36 -07:00
bin builder.py: atomically replace the log for a given target. 2019-03-02 04:05:36 -05:00
contrib/bash_completion.d MacOS: "-e filename/." returns true even for non-directories. 2011-03-05 19:03:30 -08:00
docs Fix typo in docs: "an C" should be "in C" 2020-06-15 15:48:00 -04:00
minimal t/shelltest.od: Add a new preliminary test for IFS= behaviour. 2019-07-24 03:27:12 -04:00
redo jobserver: fix rare race condition in previous timer-exception workaround. 2021-07-27 20:48:36 -07:00
redoconf redoconf/configure.sh: use "cmp -s" to silence output. 2019-05-15 14:12:26 -07:00
t t/110-compile: remove hard dependency on /usr/include/stdio.h. 2020-06-15 00:33:41 -04:00
.gitignore Fix more inconsistent behaviour with symlinks in paths. 2018-12-17 16:17:37 +00:00
.pylintrc Add a bunch of missing python docstrings. 2018-12-14 09:03:53 +00:00
all.do Move _all.do -> all.do and slightly update docs. 2018-12-31 15:07:18 -05:00
clean.do Fix more inconsistent behaviour with symlinks in paths. 2018-12-17 16:17:37 +00:00
do Fix more inconsistent behaviour with symlinks in paths. 2018-12-17 16:17:37 +00:00
install.do Move _all.do -> all.do and slightly update docs. 2018-12-31 15:07:18 -05:00
LICENSE Change license to Apache 2.0. 2018-11-26 17:04:31 -05:00
Makefile Directory reorg: move code into redo/, generate binaries in bin/. 2018-12-04 02:53:40 -05:00
MANIFEST.in setup.py: add a python setuptools package. 2018-12-31 21:12:39 -05:00
mkdocs.yml docs/cookbook/redoconf-simple: a simple redoconf C++ project. 2019-03-06 03:05:04 -05:00
README.md Minor clarifications to redo install instructions. 2019-03-03 19:35:32 -05:00
setup.py Remove python<3.0 restriction in setup.py 2019-10-30 22:14:00 +01:00
test.do Move _all.do -> all.do and slightly update docs. 2018-12-31 15:07:18 -05:00

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.