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
29d0c5b28c
apenwarr-redo
/
t
/
deps
/
dirtest
/
t1.do
2 lines
37 B
Text
Raw
Normal View
History
Unescape
Escape
Remove special case for "dirname" -> "dirname/all" It actually decreases readability of the .do files - by not making it explicit when you're going into a subdir. Plus it adds ambiguity: what if there's a dirname.do *and* a dirname/all? We could resolve the ambiguity if we wanted, but that adds more code, while taking out this special case makes *less* code and improves readability. I think it's the right way to go.
2010-11-24 02:48:27 -08:00
redo-ifchange dir1/all
t/deps/dirtest: test correct dependency checking for targets named 'dirname' We had a bug (fixed in the previous commit) where doing 'redo-ifchange dirname' (which runs dirname/all.do) would not create the stamp correctly, so that it would always show up as dirty. It's a little bit complicated to simulate, but this does it.
2010-11-22 22:50:54 -08:00
echo $$ >>log
Reference in a new issue
Copy permalink