build/pymake/tests/tab-intro.mk

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:f40c1b629666
1 # Initial tab characters should be treated well.
2
3 THIS = a value
4
5 ifdef THIS
6 VAR = conditional value
7 endif
8
9 all:
10 test "$(THIS)" = "another value"
11 test "$(VAR)" = "conditional value"
12 @echo TEST-PASS
13
14 THAT = makefile syntax
15
16 THIS = another value

mercurial