From: Ian Jackson Date: Sat, 28 Dec 2019 18:46:58 +0000 (+0000) Subject: README: Document that local+global is not 100% accurate X-Git-Tag: subdirmk/0.3~24 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=subdirmk.git;a=commitdiff_plain;h=382bb6dfc4cdcbfd28a39bff0cf8009d6ad624d6;hp=41b0c3f118d3ddd91662a439ff7c1e480d16151b README: Document that local+global is not 100% accurate Signed-off-by: Ian Jackson --- diff --git a/README b/README index 278ebb4..dc22589 100644 --- a/README +++ b/README @@ -398,6 +398,10 @@ suppressed with the &:warn directive. The warning tags are: The same VARNAME was used both with and without an & prefix. This can be confusing. Also, if you avoid this then you will get a warning iff you accidentally leave off a needed &. + The generation of this warning depends on scanning your + makefile for things that look like variable references, which + subdirmk does not do completely perfectly. Exciting make + syntax may evade this warning, or require suppressions. (You can suppress this warning for a particular VARNAME with the &:local+global directive.)