This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
258f578
)
Very recent development versions of gcc (4.2.0 20060715) seem
author
Marcus Holland-Moritz
<mhx-perl@gmx.net>
Tue, 25 Jul 2006 18:42:26 +0000
(18:42 +0000)
committer
Marcus Holland-Moritz
<mhx-perl@gmx.net>
Tue, 25 Jul 2006 18:42:26 +0000
(18:42 +0000)
to have switched from '<command line>' to '<command-line>'.
p4raw-id: //depot/perl@28615
makedepend.SH
patch
|
blob
|
blame
|
history
diff --git
a/makedepend.SH
b/makedepend.SH
index
688f656
..
8328f64
100755
(executable)
--- a/
makedepend.SH
+++ b/
makedepend.SH
@@
-167,6
+167,7
@@
for file in `$cat .clist`; do
-e '/^#.*<builtin>/d' \
-e '/^#.*<built-in>/d' \
-e '/^#.*<command line>/d' \
+ -e '/^#.*<command-line>/d' \
-e '/^#.*"-"/d' \
-e '/: file path prefix .* never used$/d' \
-e 's#\.[0-9][0-9]*\.c#'"$file.c#" \