Last change
on this file since 46 was 41, checked in by bird, 22 years ago |
inline testcase - Early commit.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
305 bytes
|
Line | |
---|
1 | all: inlinefile.keep inlinefile.nokeep
|
---|
2 |
|
---|
3 |
|
---|
4 | inlinefile.keep:
|
---|
5 | echo Creating <<$@
|
---|
6 | line 1
|
---|
7 | line 2
|
---|
8 | line 3
|
---|
9 | # comment like line, but it will be included.
|
---|
10 | <<KEEP
|
---|
11 | echo done
|
---|
12 |
|
---|
13 |
|
---|
14 | inlinefile.nokeep:
|
---|
15 | echo Creating <<$@
|
---|
16 | # comment like line, but it will be included.
|
---|
17 | line 1
|
---|
18 | line 2
|
---|
19 | line 3
|
---|
20 | <<NOKEEP
|
---|
21 | echo done
|
---|
22 |
|
---|
23 |
|
---|
24 |
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.