mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 02:53:48 +08:00
17 lines
167 B
Sed
17 lines
167 B
Sed
:loop
|
|
/\\$/N
|
|
/\\$/b loop
|
|
|
|
s!@INCDIR@!$(INCDIR)!g
|
|
s!@SRCDIR@/!!g
|
|
s! \.\./bfd/hosts/[^ ]*\.h! !g
|
|
|
|
s/\\\n */ /g
|
|
|
|
s/ *$//
|
|
s/ */ /g
|
|
/:$/d
|
|
|
|
s/\(.\{50\}[^ ]*\) /\1 \\\
|
|
/g
|