source:
trunk/src/binutils/ld/dep-in.sed@
144
Last change on this file since 144 was 10, checked in by , 22 years ago | |
---|---|
|
|
File size: 167 bytes |
Line | |
---|---|
1 | :loop |
2 | /\\$/N |
3 | /\\$/b loop |
4 | |
5 | s!@INCDIR@!$(INCDIR)!g |
6 | s!@SRCDIR@/!!g |
7 | s! \.\./bfd/hosts/[^ ]*\.h! !g |
8 | |
9 | s/\\\n */ /g |
10 | |
11 | s/ *$// |
12 | s/ */ /g |
13 | /:$/d |
14 | |
15 | s/\(.\{50\}[^ ]*\) /\1 \\\ |
16 | /g |
Note:
See TracBrowser
for help on using the repository browser.