The Wayback Machine - https://web.archive.org/web/20200426223752/https://github.com/apenwarr/redo/
Skip to content
Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo.
Python Stata Shell Other
Branch: master
Clone or download

Latest commit

apenwarr Merge branch 'doc_install_sudo' of git://github.com/BlameJohnny/redo
* 'doc_install_sudo' of git://github.com/BlameJohnny/redo:
  GettingStarted.md: Add -E option to sudo to preserve environment
Latest commit a609491 Mar 5, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bin builder.py: atomically replace the log for a given target. Mar 2, 2019
contrib/bash_completion.d MacOS: "-e filename/." returns true even for non-directories. Mar 6, 2011
docs Merge branch 'doc_install_sudo' of git://github.com/BlameJohnny/redo Mar 4, 2020
minimal t/shelltest.od: Add a new preliminary test for IFS= behaviour. Jul 24, 2019
redo Prevent iterator being changed while iterating Oct 30, 2019
redoconf redoconf/configure.sh: use "cmp -s" to silence output. May 15, 2019
t
.gitignore Fix more inconsistent behaviour with symlinks in paths. Dec 17, 2018
.pylintrc Add a bunch of missing python docstrings. Dec 14, 2018
LICENSE Change license to Apache 2.0. Nov 26, 2018
MANIFEST.in setup.py: add a python setuptools package. Jan 1, 2019
Makefile Directory reorg: move code into redo/, generate binaries in bin/. Dec 4, 2018
README.md Minor clarifications to redo install instructions. Mar 4, 2019
all.do Move _all.do -> all.do and slightly update docs. Dec 31, 2018
clean.do Fix more inconsistent behaviour with symlinks in paths. Dec 17, 2018
do Fix more inconsistent behaviour with symlinks in paths. Dec 17, 2018
install.do Move _all.do -> all.do and slightly update docs. Dec 31, 2018
mkdocs.yml docs/cookbook/redoconf-simple: a simple redoconf C++ project. Mar 6, 2019
setup.py Remove python<3.0 restriction in setup.py Oct 30, 2019
test.do Move _all.do -> all.do and slightly update docs. Dec 31, 2018

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.
You can’t perform that action at this time.