mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-09 10:42:48 +00:00
![Alan Modra](/assets/img/avatar_default.png)
* Makefile.am (dep.sed): Subst TOPDIR and BFDDIR. Run "make dep-am". * Makefile.in: Regenerate.
20 lines
248 B
Sed
20 lines
248 B
Sed
:loop
|
|
/\\$/N
|
|
/\\$/b loop
|
|
|
|
s!@INCDIR@!$(INCDIR)!g
|
|
s!@TOPDIR@/include!$(INCDIR)!g
|
|
s!@BFDDIR@!$(BFDDIR)!g
|
|
s!@TOPDIR@/bfd!$(BFDDIR)!g
|
|
s!@SRCDIR@/!!g
|
|
s! \.\./bfd/hosts/[^ ]*\.h! !g
|
|
|
|
s/\\\n */ /g
|
|
|
|
s/ *$//
|
|
s/ */ /g
|
|
/:$/d
|
|
|
|
s/\(.\{50\}[^ ]*\) /\1 \\\
|
|
/g
|