mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 02:25:03 +08:00
50e1e10fa0
Checked in e2fsprogs 0.5c
34 lines
397 B
Sed
34 lines
397 B
Sed
#
|
|
# Insert the header.....
|
|
#
|
|
1i\
|
|
# +++ Dependency line eater +++\
|
|
# \
|
|
# Makefile dependencies follow. This must be the last section in\
|
|
# the Makefile.in file\
|
|
#
|
|
|
|
#
|
|
# Remove line continuations....
|
|
#
|
|
#:FIRST
|
|
#y/ / /
|
|
#s/^ *//
|
|
#/\\$/{
|
|
#N
|
|
#y/ / /
|
|
#s/\\\n */ /
|
|
#bFIRST
|
|
#}
|
|
#s/ */ /g
|
|
|
|
s;/usr/include/[^ ]* *;;g
|
|
s;/usr/lib/[^ ]* *;;g
|
|
s;/mit/cygnus[^ ]* *;;g
|
|
|
|
#
|
|
# Now insert a trailing newline...
|
|
#
|
|
$a\
|
|
|