summaryrefslogtreecommitdiffstats
path: root/usr.bin/bmake/tests/variables/opt_V/Makefile.test
blob: 128e5118bc4101a61d2fca1a280569f18bab3f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$
#
# Test the -V option
#

FOO=	foo
FOOBAR=	${FOO}bar

test1:
	@echo "-V FOOBAR"
	@${MAKE} -V FOOBAR

test2:
	@echo '-V "$${FOOBAR}"'
	@${MAKE} -V '$${FOOBAR}'
OpenPOWER on IntegriCloud