mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
18 lines
174 B
Sed
18 lines
174 B
Sed
:loop
|
|
/\\$/N
|
|
/\\$/b loop
|
|
|
|
s!@INCDIR@!$(INCDIR)!g
|
|
s!@BFDDIR@!$(BFDDIR)!g
|
|
s!@SRCDIR@/!!g
|
|
s!@OBJDIR@/!!g
|
|
|
|
s/\\\n */ /g
|
|
|
|
s/ *$//
|
|
s/ */ /g
|
|
/:$/d
|
|
|
|
s/\(.\{50\}[^ ]*\) /\1 \\\
|
|
/g
|