repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
t40c term[] count fix
[minix.git]
/
usr.bin
/
make
/
unit-tests
/
forsubst
blob
981fb88bc4c187444801c0c477b5849eea20844f
1
# $Id: forsubst,v 1.1 2009/10/07 16:40:30 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