Skip to content

Commit ac99ac6

Browse files
IgorTodorovskiIBMkhwilliamson
authored andcommitted
makedepend_file.SH: Add some sed edits for z/OS
1 parent 876dbe0 commit ac99ac6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

makedepend_file.SH

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,11 @@ esac
135135
$cppstdin -DPERL_CORE $finc -I. $cppflags $cppminus <UU/$file.c |
136136
$sed \
137137
-e '/^#.*<stdin>/d' \
138+
-e '/^#.*<builtin>/d' \
139+
-e '/^#.*<built-in>/d' \
140+
-e '/^#.*<command line>/d' \
141+
-e '/^#.*<command-line>/d' \
142+
-e '/".*In file included from.*:/d' \'
138143
-e '/^#.*"-"/d' \
139144
-e '/^#.*git_version\.h/d' \
140145
-e 's#\.[0-9][0-9]*\.c#'"$file.c#" \

0 commit comments

Comments
 (0)