From 9e1b64a42ed45afdb4748bce19468f061132c17a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 14 Nov 2019 02:06:16 +0000 Subject: [PATCH 1/1] Clarify incremental paragraph Signed-off-by: Ian Jackson --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index f481157..1111dcb 100644 --- a/README +++ b/README @@ -282,7 +282,10 @@ You can convert your project incrementally. Start with the top-level Makefile.in and rename it to Subdir.sd.mk, and add the appropriate stuff to configure.ac, and fix everything up. Leave the existing $(MAKE) -C for your existing subdirectories alone. Then you can -convert individual subdirectories, or classes of subdirectories. +convert individual subdirectories, or classes of subdirectories, at +your leisure. (You must be /sure/ that each subdirectory will be +entered only once at a time, but your existing recursive make descent +system should already do that or you already have concurrency bugs.) Aside from this, be very wary of any invocation of $(MAKE) anywhere. This is a frequent source of concurrency bugs in recursive make build -- 2.30.2