]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/usr.bin/make/variables/modifier_t/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / usr.bin / make / variables / modifier_t / Makefile
1 # $FreeBSD$
2 #
3 # Test the t modifier.
4 #
5 # below is missing '
6 ASCII=  !"\#$$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~
7
8 test1:
9         @echo '${ASCII}'
10
11 test2:
12         @echo '${ASCII:tl}'
13
14 test3:
15         @echo '${ASCII:tu}'