summaryrefslogtreecommitdiff
path: root/modules/sys_select
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-08 12:26:34 +0000
committerJim Meyering <jim@meyering.net>2006-09-08 12:26:34 +0000
commit0f55f1467a309da866fb443de970845827853569 (patch)
treec9326be98ae8962600a2085de1980d2883cf23c9 /modules/sys_select
parent17e3c59591f13d4e160601976a6151aee095eb39 (diff)
downloadgnulib-0f55f1467a309da866fb443de970845827853569.tar.gz
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:
Diffstat (limited to 'modules/sys_select')
-rw-r--r--modules/sys_select1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/sys_select b/modules/sys_select
index 019b6debf4..80dc8faca8 100644
--- a/modules/sys_select
+++ b/modules/sys_select
@@ -19,7 +19,6 @@ sys/select.h:
test -d sys || mkdir sys
rm -f $@-t $@
echo '#include <sys/socket.h>' >$@-t
- chmod a-w $@-t
mv $@-t $@
MOSTLYCLEANFILES += sys/select.h sys/select.h-t
MOSTLYCLEANDIRS += sys