summaryrefslogtreecommitdiff
path: root/unit-tests/lint.mk
blob: cfcb6fe7ba93735e24001b2fb9bdbabf46e9bfaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: lint.mk,v 1.3 2020/09/15 16:22:04 rillig Exp $
#
# Demonstrates stricter checks that are only enabled in the lint mode,
# using the -dL option.

# Ouch: as of 2020-08-03, make exits successfully even though the error
# message has been issued as PARSE_FATAL.

# Ouch: as of 2020-08-03, the variable is malformed and parsing stops
# for a moment, but is continued after the wrongly-guessed end of the
# variable, which echoes "y@:Q}".

.MAKEFLAGS: -dL

all: mod-loop-varname

mod-loop-varname:
	@echo ${VAR:Uvalue:@${:Ubar:S,b,v,}@x${var}y@:Q}
	@echo ${VAR:Uvalue:@!@x$!y@:Q}	# surprisingly allowed