]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove the "funny targets" make check. We no longer need embedded :: targets
authorobrien <obrien@FreeBSD.org>
Thu, 5 Jul 2012 18:23:36 +0000 (18:23 +0000)
committerobrien <obrien@FreeBSD.org>
Thu, 5 Jul 2012 18:23:36 +0000 (18:23 +0000)
commita4e243117eff56b96f000b878b431be3f67058df
treeb6d5c9b476081684885b8936419ac319def9a31a
parent01cf3702717619365bfc8c89f9a0fe9671fc2cd3
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.".
tools/build/make_check/Makefile
tools/regression/usr.bin/make/syntax/funny-targets/Makefile [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/funny-targets/expected.status.1 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/funny-targets/expected.status.2 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/funny-targets/expected.stderr.1 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/funny-targets/expected.stderr.2 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/funny-targets/expected.stdout.1 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/funny-targets/expected.stdout.2 [new file with mode: 0644]
tools/regression/usr.bin/make/syntax/funny-targets/test.t [new file with mode: 0644]