regular. Split lines before writing out.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13719
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-09-01 Ken Raeburn <raeburn@mit.edu>
+
+ * depfix.sed: Temporarily add trailing whitespace to make
+ substitutions more regular. Split lines before writing out.
+
2001-06-15 Ken Raeburn <raeburn@mit.edu>
* getsyms: Fix quoting around find command looking for
s/\\\n */ /
bFIRST
}
+# for simplicity, always have a trailing space
+s/$/ /
s/ */ /g
s;/usr/include/[^ ]* ;;g
s;/usr/lib/[^ ]* ;;g
s;/mit/cygnus[^ ]* ;;g
+# now delete trailing whitespace
+s; *$;;g
+
+# Split lines if they're too long.
+s/\(.\{50\}[^ ]*\) /\1 \\\
+ /g
+
#
# Now insert a trailing newline...