This website requires JavaScript.
CODE
0x495fab29
Explore
Sign in
forks
/
apenwarr-redo
Watch
1
Star
0
Fork
You've already forked apenwarr-redo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
9b23b2c67a
apenwarr-redo
/
t
/
yellow.o.do
3 lines
56 B
Text
Raw
Normal View
History
Unescape
Escape
Move 'redo --ifchange' into 'redo-ifchange' to match djb's style. It does simplify the logic of both redo.py and redo-ifchange.py, I suppose.
2010-11-13 00:45:49 -08:00
redo-ifchange CC hello.c
t/*.do: add some time delays. These only take effect if you export SLEEP=1. Useful for testing parallelism.
2010-11-13 02:17:22 -08:00
./sleep 2
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
gcc -o $3 -c hello.c
Reference in a new issue
Copy permalink