Mercurial > hg > octave-kai > gnulib-hg
view modules/mkancesdirs @ 12213:d642b5a319a9
dirname-lgpl: adjust clients that don't need full dirname
Some of these modules still use xalloc_die from other paths, but
mkdir and rename are definitely reduced in complexity.
* modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
* modules/filenamecat (Depends-on): Likewise.
* modules/linkat (Depends-on): Likewise.
* modules/mkancesdirs (Depends-on): Likewise.
* modules/mkdir (Depends-on): Likewise.
* modules/openat (Depends-on): Likewise.
* modules/savewd (Depends-on): Likewise.
* modules/rename (Depends-on): Likewise.
(License): Relax license.
* modules/mkdir-tests (Depends-on): Drop progname.
(Makefile.am): Delete unneeded LDADD.
* modules/rename-tests (Depends-on, Makefile.am): Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Thu, 29 Oct 2009 11:44:12 -0600 |
parents | cc0527e5d2f4 |
children | a8ef8018ba6b |
line wrap: on
line source
Description: Ensure the existence of the ancestor directories of a file. Files: lib/mkancesdirs.c lib/mkancesdirs.h m4/mkancesdirs.m4 Depends-on: dirname-lgpl fcntl-h savewd stat-macros sys_stat configure.ac: gl_MKANCESDIRS Makefile.am: Include: "mkancesdirs.h" License: GPL Maintainer: Paul Eggert, Jim Meyering