chiark / gitweb /
Syntax: Rescope effect of &:local+global
[subdirmk.git] / tests / filter / sub / dir / Dir.sd.mk
1 # subdirectory test cases
2
3 &:warn !some-unknown-warning
4
5 &:changequote &
6 &/
7
8 # &TARGETS_notarget += 42
9 &TARGETS_sometarget1
10 &TARGETS_sometarget2
11
12 line &\
13 joining
14
15 &WARN += 4
16 WARN += 4
17 &:local+global &WARN
18 &WARN += 5 # this warning suppressed, precisely
19 WARN += 5
20
21 # doctests:
22 &:include &doctests.sd.mk