source:
kBuild/trunk/src/kmk/testcase/parent.kMk@
45
Last change on this file since 45 was 45, checked in by , 22 years ago | |
---|---|
|
|
File size: 97 bytes |
Line | |
---|---|
1 | |
2 | all: parent |
3 | |
4 | |
5 | parent: child |
6 | echo parent: ${.PARENTS} |
7 | |
8 | |
9 | child: |
10 | echo child: ${.PARENTS} |
11 | |
12 |
Note:
See TracBrowser
for help on using the repository browser.