mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 22:43:22 +01:00
7a815afd9b
exactly as it was on Tue, 7 Aug 2007 00:00:13 +0000. Corresponds to git commit b458c361f01f7a257f897d0961d0a379ee999aaa. This is currently (and most likely forever :) the last commit on this branch.
22 lines
286 B
Sed
22 lines
286 B
Sed
:loop
|
|
/\\$/N
|
|
/\\$/b loop
|
|
|
|
s! \./! !g
|
|
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! \.\./intl/libintl\.h!!g
|
|
|
|
s/\\\n */ /g
|
|
|
|
s/ *$//
|
|
s/ */ /g
|
|
/:$/d
|
|
|
|
s/\(.\{50\}[^ ]*\) /\1 \\\
|
|
/g
|