]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/usr.bin/make/variables/t0/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / regression / usr.bin / make / variables / t0 / Makefile
1 # $FreeBSD$
2 #
3 # A unsorted set of macro expansions. This should be sorted out.
4 #
5 A       = 0
6 AV      = 1
7 test1:
8         @echo $A
9         @echo ${AV}
10         @echo ${A}
11         @# The following are soo broken why no syntax error?
12         @echo $(
13         @echo $)
14         @echo ${
15         @echo ${A
16         @echo ${A)
17         @echo ${A){
18         @echo ${AV
19         @echo ${AV)
20         @echo ${AV){
21         @echo ${AV{
22         @echo ${A{
23         @echo $}