summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-03-28 16:57:13 +0200
committerNicholas Clark <nick@ccl4.org>2012-04-17 10:50:03 +0200
commit65c512c3519b68852f64f5e1293cebadee892115 (patch)
tree4228ef2302653b107a8bf6d7b28187bca2ddb81b /INSTALL
parent78e230aef16bcd45dba3b038bb0883d528a495bd (diff)
downloadperl-65c512c3519b68852f64f5e1293cebadee892115.tar.gz
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.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 2f76d13608..e9d20cbcb2 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.