2013-09-26 17:14:40 +02:00

11 lines
237 B
Plaintext

# $Id: forsubst,v 1.1.1.1 2010/04/20 13:32:42 joerg Exp $
all: for-subst
here := ${.PARSEDIR}
# this should not run foul of the parser
.for file in ${.PARSEFILE}
for-subst: ${file:S;^;${here}/;g}
@echo ".for with :S;... OK"
.endfor