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:
98e6112
)
Add missing win32/config_H.* files to Porting/makerel
author
Steve Hay
<steve.m.hay@googlemail.com>
Sun, 11 Sep 2011 16:02:53 +0000
(17:02 +0100)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Sun, 11 Sep 2011 16:02:53 +0000
(17:02 +0100)
Most Win32 shell environments take no notice of these permissions
anyway, but this seems like a safer option than removing them all.
Porting/makerel
patch
|
blob
|
blame
|
history
diff --git
a/Porting/makerel
b/Porting/makerel
index
a38c8f9
..
35c8dce
100755
(executable)
--- a/
Porting/makerel
+++ b/
Porting/makerel
@@
-155,8
+155,12
@@
my @writables = qw(
win32/Makefile
win32/Makefile.ce
win32/makefile.mk
+ win32/config_H.ce
win32/config_H.gc
+ win32/config_H.gc64
+ win32/config_H.gc64nox
win32/config_H.vc
+ win32/config_H.vc64
utils/Makefile
uconfig.h
);