1# $Id: varmisc.mk,v 1.2 2014/08/30 22:25:14 sjg Exp $ 2# 3# Miscellaneous variable tests. 4 5all: unmatched_var_paren 6 7unmatched_var_paren: 8 @echo ${foo::=foo-text} 9