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:
61b311c
)
make the recent changes to makedepend more portable
author
Tony Cook
<tony@develop-help.com>
Wed, 13 Mar 2013 12:54:19 +0000
(23:54 +1100)
committer
Tony Cook
<tony@develop-help.com>
Wed, 13 Mar 2013 12:54:19 +0000
(23:54 +1100)
Solaris complained about the length of the label and produced broken
dependencies. This caused -Dusedtrace builds to fail since
perldtrace.h wasn't being built.
makedepend.SH
patch
|
blob
|
blame
|
history
diff --git
a/makedepend.SH
b/makedepend.SH
index
4bfb325
..
5669b8d
100755
(executable)
--- a/
makedepend.SH
+++ b/
makedepend.SH
@@
-153,11
+153,11
@@
for file in `$cat .clist`; do
( $echo "#line 2 \"$file\""; \
$sed -n <$file \
-e "/^${filebase}_init(/q" \
- -e ': testcont
inuation'
\
+ -e ': testcont
'
\
-e '/^[ ]*#/s|/\*.*\*/||' \
-e '/\\$/{' \
-e 'N' \
- -e 'b testcont
inuation'
\
+ -e 'b testcont
'
\
-e '}' \
-e 's/\\\n/ /g' \
-e '/^#line/d' \