chiark / gitweb /
Clarify race lossage paragraph
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Nov 2019 02:05:11 +0000 (02:05 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Nov 2019 02:05:11 +0000 (02:05 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README

diff --git a/README b/README
index 0ab3b50057b5ed23172f7fa60b911fd8c9d47e23..f481157e315c3c3c09babbccfec9805edd78e4e1 100644 (file)
--- a/README
+++ b/README
@@ -286,11 +286,11 @@ convert individual subdirectories, or classes of subdirectories.
 
 Aside from this, be very wary of any invocation of $(MAKE) anywhere.
 This is a frequent source of concurrency bugs in recursive make build
-systems.  When combined with nonrecursive make there is no
-separate-directory barrier stopping the different invocations ending
-up trying to make the same targets at the same time, which causes
-hideous racy lossage.  There are ways to get this to work reliably but
-it is advanced stuff.
+systems.  When combined with nonrecursive make it's all in the same
+directory and there is nothing stopping the different invocations
+ending up trying to make the same targets at the same time. That
+causes hideous racy lossage.  There are ways to get this to work
+reliably but it is advanced stuff.
 
 If you make syntax errors, or certain kinds of other errors, in your
 makefiles, you may find that just `make' is broken now and cannot get