OpenGrok
Cross Reference: trim_leading_curdir.mk
xref
: /
build
/
kati
/
testcase
/
trim_leading_curdir.mk
Home
|
History
|
Annotate
|
Download
|
only in
testcase
1
all:
foo.bar
2
3
./
foo.bar
: ./%.bar: ./%.baz
4
cp $< $@
5
6
./
foo.baz
:
7
touch $@
8