Deleted Added
full compact
Makefile.test (238143) Makefile.test (263346)
1# $FreeBSD: head/tools/regression/usr.bin/make/syntax/funny-targets/Makefile 238143 2012-07-05 18:23:36Z obrien $
1# $FreeBSD: head/usr.bin/make/tests/syntax/funny-targets/Makefile.test 263346 2014-03-19 12:29:20Z jmmv $
2#
3# PR bin/6612 / GRN r102178
4#
5
6test1: colons::colons::target
7
8colons::colons::target:
9 @echo '${.TARGET}'
10
11test2: exclamation!target
12
13exclamation!target:
14 @echo '${.TARGET}
2#
3# PR bin/6612 / GRN r102178
4#
5
6test1: colons::colons::target
7
8colons::colons::target:
9 @echo '${.TARGET}'
10
11test2: exclamation!target
12
13exclamation!target:
14 @echo '${.TARGET}