repo.or.cz
/
unleashed
/
tickless.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add UNLEASHED_OBJ to unleashed.mk
[unleashed/tickless.git]
/
bin
/
make
/
unit-tests
/
forsubst.mk
blob
2923e4b369f92c1ac5c442b29ca5ea731d8c73f2
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