projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c8d65f1
)
uconfig.h must be writable for microperl
Rafael Garcia-Suarez [Mon, 26 Nov 2007 11:33:42 +0000 (11:33 +0000)]
(thanks to Sébastien Aperghis-Tramoni)
p4raw-id: //depot/perl@32495
Porting/makerel
patch
|
blob
|
blame
|
history
diff --git
a/Porting/makerel
b/Porting/makerel
index
6412f2e
..
ac80aaa
100644
(file)
--- a/
Porting/makerel
+++ b/
Porting/makerel
@@
-140,6
+140,7
@@
my @writables = qw(
win32/config_H.gc
win32/config_H.vc
utils/Makefile
+ uconfig.h
);
system("chmod +w @writables") == 0
or die "system: $!";