README.md: typo fix for my previous fix.

This commit is contained in:
Avery Pennarun 2011-02-21 15:02:22 -08:00
commit 2ef9d69b7b

View file

@ -572,8 +572,10 @@ There are disadvantages to using checksums for everything
automatically, however: automatically, however:
- Building stuff unnecessarily is *much* less dangerous - Building stuff unnecessarily is *much* less dangerous
than not building stuff that should be built. Using than not building stuff that should be built. Checksums
checksums will 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 - It makes it hard to *force* things to rebuild when you
know you absolutely want that. (With timestamps, you can know you absolutely want that. (With timestamps, you can