db29cad815
PR: 199486
9 lines
161 B
Makefile
9 lines
161 B
Makefile
# $Id: varmisc.mk,v 1.2 2014/08/30 22:25:14 sjg Exp $
|
|
#
|
|
# Miscellaneous variable tests.
|
|
|
|
all: unmatched_var_paren
|
|
|
|
unmatched_var_paren:
|
|
@echo ${foo::=foo-text}
|