summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2013-07-03 15:23:33 +0200
committerNicholas Clark <nick@ccl4.org>2013-07-07 12:42:02 +0200
commitf1f44974ad7245157b1b472771053946362694f8 (patch)
tree29aaf770aed174411882a52bd8c8c788fbf10404 /utils
parent779d6b4a99e81aab11db9c66ab07286850b2d575 (diff)
downloadperl-f1f44974ad7245157b1b472771053946362694f8.tar.gz
Add an "always update" parameter to regen_lib's open_new().
By default the code in regen_lib compares the newly written file it has just closed with the (assumed) existing file, and only overwrites the existing file if the new file differs. This is a useful behaviour for regeneration scripts. However, it's not ideal for build scripts called from the Makefile, as make assumes that targets will be regenerated (and the timestamp touched). So add an "always update" parameter for the use of Makefile invoked scripts, such as autodoc.pl. If set, delete any existing file early (so that fatal errors during the generation don't confuse the build by leaving an existing stale file around), skip the comparison and skip the diagnostic output listing the changed files. Change autodoc.pl to set this parameter. Correct a typo in an error message in regen_lib's open_new().
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions