perl5.005_03 up to compiling on a modern linux system From:
Richard Clamp <richardc@unixbeard.net> To:
perl5-porters@perl.org, Chip Salzenberg <chip@pobox.com> Date:
Sun, 4 May 2003 20:53:33 +0100
First part: Teach makedepend about ggc3's extra output that
needs stripping (stolen from bleadperls makedepend.SH)
p4raw-id: //depot/maint-5.005/perl@21790
$cppstdin $finc -I. $cppflags $cppminus <UU/$file.c |
$sed \
-e '/^#.*<stdin>/d' \
+ -e '/^#.*<builtin>/d' \
+ -e '/^#.*<built-in>/d' \
+ -e '/^#.*<command line>/d' \
-e '/^#.*"-"/d' \
-e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
-e 's/^[ ]*#[ ]*line/#/' \