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
62845688e5
apenwarr-redo
/
t
/
350-deps
/
all.do
2 lines
89 B
Text
Raw
Normal View
History
Unescape
Escape
doublestatic: fix dependencies if two files depend on one non-generated file. If a and b both depend on c, and c is a static (non-generated) file that has changed since the last successful build of a and b, we would try to redo a, but would forget to redo b. Now it does both.
2010-11-24 04:52:17 -08:00
redo test1 test2 ifchange-fail overwrite gentest doublestatic \
Overridden files were accidentally getting reclassified as static. This is relatively harmless, since we treat them *almost* identically, except that we print a warning for overridden files to remind you that something fishy is going on. Add a test for the actual warning message to ensure it is printed. (I don't like tests for specific warning messages, but it was necessary in this case.)
2019-03-02 02:38:02 -05:00
basic/test override/all
Reference in a new issue
Copy permalink