mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
makedepend_file.SH: Add some sed edits for z/OS
This commit is contained in:
parent
7a03e14ffe
commit
f5c469ad87
@ -135,6 +135,11 @@ esac
|
||||
$cppstdin -DPERL_CORE $finc -I. $cppflags $cppminus <UU/$file.c |
|
||||
$sed \
|
||||
-e '/^#.*<stdin>/d' \
|
||||
-e '/^#.*<builtin>/d' \
|
||||
-e '/^#.*<built-in>/d' \
|
||||
-e '/^#.*<command line>/d' \
|
||||
-e '/^#.*<command-line>/d' \
|
||||
-e '/".*In file included from.*:/d' \'
|
||||
-e '/^#.*"-"/d' \
|
||||
-e '/^#.*git_version\.h/d' \
|
||||
-e 's#\.[0-9][0-9]*\.c#'"$file.c#" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user