1# TODO(c-ninja): $(shell) in another make expression is not supported. 2 3test: 4 echo $(strip $(shell pwd)) 5