Don't make generated files read-only. That would bother too many
authorJim Meyering <jim@meyering.net>
Fri, 8 Sep 2006 12:26:34 +0000 (12:26 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 8 Sep 2006 12:26:34 +0000 (12:26 +0000)
commit0f55f1467a309da866fb443de970845827853569
treec9326be98ae8962600a2085de1980d2883cf23c9
parent17e3c59591f13d4e160601976a6151aee095eb39
Don't make generated files read-only.  That would bother too many
people.  However, do retain the ability to work when targets are
read-only: remove the destination and temporary files before writing
them (when generated via sed or echo), or by using the -f option for
both cp and mv commands.  Suggestion to use -f from Paul Eggert.
* modules/alloca-opt, modules/argz, modules/arpa_inet:
* modules/byteswap, modules/configmake, modules/fcntl:
* modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
* modules/localcharset, modules/netinet_in, modules/poll:
* modules/stdbool, modules/stdint, modules/sys_select:
* modules/sys_socket, modules/sys_stat, modules/sysexits:
20 files changed:
ChangeLog
modules/alloca-opt
modules/argz
modules/arpa_inet
modules/byteswap
modules/configmake
modules/fcntl
modules/fnmatch
modules/getopt
modules/glob
modules/inttypes
modules/localcharset
modules/netinet_in
modules/poll
modules/stdbool
modules/stdint
modules/sys_select
modules/sys_socket
modules/sys_stat
modules/sysexits