Hash :
ba165292
Author :
Date :
2009-09-15T14:43:14
stat: add as dependency to other modules Modules that use stat but are not in this list don't trip any of the bugs that the stat module fixes. * modules/chown (Depends-on): Add stat. * modules/euidaccess (Depends-on): Likewise. * modules/fchdir (Depends-on): Likewise. * modules/isdir (Depends-on): Likewise. * modules/link (Depends-on): Likewise. * modules/lstat (Depends-on): Likewise. * modules/mkdir-p (Depends-on): Likewise. * modules/modechange (Depends-on): Likewise. * modules/open (Depends-on): Likewise. * modules/readlink (Depends-on): Likewise. * modules/same (Depends-on): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
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
Description:
Ensure that a directory and its parents exist.
Files:
lib/dirchownmod.c
lib/dirchownmod.h
lib/mkdir-p.c
lib/mkdir-p.h
m4/mkdir-p.m4
Depends-on:
error
fcntl-h
gettext-h
lchmod
lchown
mkancesdirs
quote
savewd
stat
stat-macros
stdbool
sys_stat
configure.ac:
gl_MKDIR_PARENTS
Makefile.am:
Include:
"mkdir-p.h"
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering