head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.53.59;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.07.05.18.23.36;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/tools/regression/usr.bin/make/syntax/funny-targets/Makefile 238143 2012-07-05 18:23:36Z obrien $
#
# PR bin/6612 / GRN r102178
#

test1: colons::colons::target

colons::colons::target:
	@@echo '${.TARGET}'

test2: exclamation!target

exclamation!target:
	@@echo '${.TARGET}
@


1.1
log
@SVN rev 238143 on 2012-07-05 18:23:36Z by obrien

Remove the "funny targets" make check.  We no longer need embedded :: targets
to build FreeBSD (they are used in Perl man pages).  We never needed embedded
"!" in targets that I can find.

We got this from OpenBSD and I cannot find any other make that supports
such things -- contrary to their commit message claim: "This behaviour
is also consistent with other versions of make.".
@
text
@d1 1
a1 1
# $FreeBSD$
@

