]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/bmake/unit-tests/forsubst.mk
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / contrib / bmake / unit-tests / forsubst.mk
1 # $Id: forsubst.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $
2
3 all: for-subst
4
5 here := ${.PARSEDIR}
6 # this should not run foul of the parser
7 .for file in ${.PARSEFILE}
8 for-subst:        ${file:S;^;${here}/;g}
9         @echo ".for with :S;... OK"
10 .endfor