README.md: typo fix for my previous fix.
This commit is contained in:
parent
0ce949fb81
commit
2ef9d69b7b
1 changed files with 4 additions and 2 deletions
|
|
@ -572,8 +572,10 @@ There are disadvantages to using checksums for everything
|
|||
automatically, however:
|
||||
|
||||
- Building stuff unnecessarily is *much* less dangerous
|
||||
than not building stuff that should be built. Using
|
||||
checksums will
|
||||
than not building stuff that should be built. Checksums
|
||||
aren't perfect (think of zero-byte output files); using
|
||||
checksums will cause more builds to be skipped by
|
||||
default, which is very dangerous.
|
||||
|
||||
- It makes it hard to *force* things to rebuild when you
|
||||
know you absolutely want that. (With timestamps, you can
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue