source:
kBuild/trunk/src/kmk/testcase/smoketest.kMk@
45
Last change on this file since 45 was 45, checked in by , 22 years ago | |
---|---|
|
|
File size: 164 bytes |
Line | |
---|---|
1 | # $Id: smoketest.kMk 45 2003-04-03 02:23:37Z bird $ |
2 | |
3 | |
4 | notall: # comment |
5 | echo notall, but it's the first rule. |
6 | |
7 | |
8 | all: |
9 | echo this is all. |
10 | |
11 | |
12 | everything: notall \ |
13 | # |
14 | all |
15 | echo this was everything |
Note:
See TracBrowser
for help on using the repository browser.