From 2ef9d69b7b868aab8c44c929f37fc83c24720353 Mon Sep 17 00:00:00 2001 From: Avery Pennarun Date: Mon, 21 Feb 2011 15:02:22 -0800 Subject: [PATCH] README.md: typo fix for my previous fix. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d618904..c74d176 100644 --- a/README.md +++ b/README.md @@ -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