X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=README;h=dc22589750237d84c4e475f7f20f0d9cd4c40d2a;hb=382bb6dfc4cdcbfd28a39bff0cf8009d6ad624d6;hp=278ebb4e100e03fe237d041445665cff6b077f63;hpb=41b0c3f118d3ddd91662a439ff7c1e480d16151b;p=subdirmk.git 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.)