Make apenwarr/redo installable on windows and work with uv tool install
Find a file
Avery Pennarun 3c2fc49c63 Complicate the test build a bit to show unnecessary dependency re-checking.
'./redo -d test' reveals that we check and re-check things like CC and LD
even when they're children of objects that don't need to be rebuilt, and who
we've already checked earlier in the build cycle.  We need to be a little
smarter about pruning if we want dependency checking to be fast.
2010-11-12 22:15:34 -08:00
t Complicate the test build a bit to show unnecessary dependency re-checking. 2010-11-12 22:15:34 -08:00
.gitignore Extremely basic first crack at implementing djb's redo. 2010-11-12 05:25:03 -08:00
clean.do Complicate the test build a bit to show unnecessary dependency re-checking. 2010-11-12 22:15:34 -08:00
helpers.py Add jwack, a GNU make-like jobserver. 2010-11-12 20:10:21 -08:00
it.do Extremely basic integration of wvtest for testing. 2010-11-12 17:19:42 -08:00
jwack Add jwack, a GNU make-like jobserver. 2010-11-12 20:10:21 -08:00
jwack.py Make jwack... mostly... work with GNU make. 2010-11-12 21:09:29 -08:00
Makefile A Makefile that just forwards everything to redo. 2010-11-12 05:32:35 -08:00
options.py Extremely basic first crack at implementing djb's redo. 2010-11-12 05:25:03 -08:00
redo Extremely basic first crack at implementing djb's redo. 2010-11-12 05:25:03 -08:00
redo.py Cleaner environment variable management in redo.py. 2010-11-12 22:14:39 -08:00
runtests.do Extremely basic integration of wvtest for testing. 2010-11-12 17:19:42 -08:00
test.do Extremely basic integration of wvtest for testing. 2010-11-12 17:19:42 -08:00
TODO Complicate the test build a bit to show unnecessary dependency re-checking. 2010-11-12 22:15:34 -08:00
wvtest.sh Extremely basic integration of wvtest for testing. 2010-11-12 17:19:42 -08:00
wvtestrun Extremely basic integration of wvtest for testing. 2010-11-12 17:19:42 -08:00