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
(parent:
ac62bc6
)
6c0ec79a2e9c445ac9999df2 failed to build from distclean - also tweak make_ext.pl
author
Nicholas Clark
<nick@ccl4.org>
Thu, 26 Feb 2009 22:31:39 +0000
(22:31 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Thu, 26 Feb 2009 22:31:39 +0000
(22:31 +0000)
make_ext.pl
patch
|
blob
|
blame
|
history
diff --git
a/make_ext.pl
b/make_ext.pl
index
f74124c
..
d0dcfbf
100644
(file)
--- a/
make_ext.pl
+++ b/
make_ext.pl
@@
-82,6
+82,9
@@
foreach (@extspec) {
} elsif (s{^ext/}{}) {
# Remove ext/ prefix and /pm_to_blib suffix
s{/pm_to_blib$}{};
+ # Targets are given as files on disk, but the extension spec is still
+ # written using /s for each ::
+ tr!-!/!;
} elsif (s{::}{\/}g) {
# Convert :: to /
} else {