Hash :
0f55f146
Author :
Date :
2006-09-08T12:26:34
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:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
Description:
glob() function: Search for files and directories with paths matching a
pattern, with GNU extensions.
Files:
lib/glob_.h
lib/glob-libc.h
lib/glob.c
m4/glob.m4
Depends-on:
alloca
d-type
extensions
fnmatch
getlogin_r
mempcpy
stat-macros
stdbool
strdup
unistd
configure.ac:
gl_GLOB
Makefile.am:
BUILT_SOURCES += $(GLOB_H)
EXTRA_DIST += glob_.h glob-libc.h
# We need the following in order to create <glob.h> when the system
# doesn't have one that works with the given compiler.
glob.h: glob_.h
cp -f $(srcdir)/glob_.h $@-t
mv -f $@-t $@
MOSTLYCLEANFILES += glob.h glob.h-t
Include:
<glob.h>
License:
LGPL
Maintainer:
all, glibc