]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the build of some ATF tests.
authorJulio Merino <jmmv@FreeBSD.org>
Sun, 17 Nov 2013 23:12:55 +0000 (23:12 +0000)
committerJulio Merino <jmmv@FreeBSD.org>
Sun, 17 Nov 2013 23:12:55 +0000 (23:12 +0000)
commit615dc002b858ccd5e8c16bcde74a51a301726958
tree756e02a4b958e8c9eb7e544720a6db8fb160ba8f
parent2b7d2c216d2377bf2f7c93a32b34192dada3b05c
Fix the build of some ATF tests.

When building various programs from a single Makefile, program-specific
variables are of the form <VAR>.<PROG>, not <VAR>_<PROG>.  Fix this
obvious typo to fix the build when WITH_TESTS=yes.

I am not sure how this ever worked before given that manual inspection
of bsd.progs.mk clearly shows that the expected character between the
two components is a dot and not an underscore... but I suspect the
changes in r258095 exposed this oddity.

Approved by: rpaulo (mentor)
lib/atf/libatf-c++/tests/Makefile
lib/atf/libatf-c/tests/Makefile
lib/atf/tests/test-programs/Makefile