make: report :M or :N pattern in debug mode

MFC after:	12 days
This commit is contained in:
Andriy Gapon 2012-10-06 19:19:32 +00:00
parent d4d90f10bc
commit 09606b760a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241280

View File

@ -1421,6 +1421,7 @@ modifier_M(VarParser *vp, const char value[], char endc)
vp->ptr++;
}
*ptr = '\0';
DEBUGF(VAR, ("Pattern :%s\n", patt));
if (modifier == 'M') {
newValue = VarModify(value, VarMatch, patt);