In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/65c512c3519b68852f64f5e1293cebadee892115?hp=78e230aef16bcd45dba3b038bb0883d528a495bd>
- Log ----------------------------------------------------------------- commit 65c512c3519b68852f64f5e1293cebadee892115 Author: Nicholas Clark <[email protected]> Date: Wed Mar 28 16:57:13 2012 +0200 Correct INSTALL to warn about editing cflags, not cflags.SH Commit 668cbedd4fc8e9b2 in Nov 2011, as part of a much larger set of edits and corrections, inadvertently changed 'cflags' to 'cflags.SH', which is not correct in context. ----------------------------------------------------------------------- Summary of changes: INSTALL | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 2f76d13..e9d20cb 100644 --- a/INSTALL +++ b/INSTALL @@ -1271,8 +1271,8 @@ If you have any additional changes to make to the C compiler command line, they can be made in cflags.SH. For instance, to turn off the optimizer on toke.c, find the line in the switch structure for toke.c and put the command optimize='-g' before the ;; . You -can also edit cflags.SH directly, but beware that your changes will be -lost the next time you run Configure. +should not edit the generated file cflags directly, as your changes will +be lost the next time you run Configure, or if you edit config.sh. To explore various ways of changing ccflags from within a hint file, see the file hints/README.hints. -- Perl5 Master Repository
