aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/shell_var.mk
blob: 8f5de31acbe40f50f3e73e09ee2c365c20ee0d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$(info $(SHELL))

SHELL:=/bin/echo

$(info $(shell foo))

echo=/bin/echo
SHELL=$(echo)

$(info $(shell bar))

test:
	baz