mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 02:17:22 +08:00
Adapt to new version of gnulib-tool.
* gl/modules/root-dev-ino: New file. * lib/root-dev-ino.c, lib/root-dev-ino.h: Move these files ... * gl/lib/root-dev-ino.c, gl/lib/root-dev-ino.h: ... to here. * m4/root-dev-ino.m4: Move this file ... * gl/m4/root-dev-ino.m4: ... to here. * bootstrap.conf (gnulib_modules): Add root-dev-ino.
This commit is contained in:
parent
1b00a69ff2
commit
3ef2f939f7
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2006-11-14 Jim Meyering <jim@meyering.net>
|
||||
|
||||
Adapt to new version of gnulib-tool.
|
||||
* gl/modules/root-dev-ino: New file.
|
||||
* lib/root-dev-ino.c, lib/root-dev-ino.h: Move these files ...
|
||||
* gl/lib/root-dev-ino.c, gl/lib/root-dev-ino.h: ... to here.
|
||||
* m4/root-dev-ino.m4: Move this file ...
|
||||
* gl/m4/root-dev-ino.m4: ... to here.
|
||||
* bootstrap.conf (gnulib_modules): Add root-dev-ino.
|
||||
|
||||
2006-11-13 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* src/sort.c (insertkey): Use xmemdup, rather than xmalloc+assignment.
|
||||
|
@ -53,7 +53,9 @@ gnulib_modules="
|
||||
memrchr mkancesdirs mkdir mkdir-p mkstemp mktime modechange
|
||||
mountlist obstack pathmax perl physmem posixtm posixver putenv
|
||||
quote quotearg raise readlink readtokens readtokens0 readutmp
|
||||
realloc regex rename-dest-slash rmdir rmdir-errno rpmatch
|
||||
realloc regex rename-dest-slash rmdir rmdir-errno
|
||||
root-dev-ino
|
||||
rpmatch
|
||||
safe-read same
|
||||
save-cwd savedir savewd settime sha1 sig2str ssize_t stat-macros
|
||||
stat-time stdbool stdlib-safer stpcpy strcase strftime
|
||||
|
25
gl/modules/root-dev-ino
Normal file
25
gl/modules/root-dev-ino
Normal file
@ -0,0 +1,25 @@
|
||||
Description:
|
||||
Root device and inode number checking.
|
||||
|
||||
Files:
|
||||
lib/root-dev-ino.h
|
||||
lib/root-dev-ino.c
|
||||
m4/root-dev-ino.m4
|
||||
|
||||
Depends-on:
|
||||
dev-ino
|
||||
same-inode
|
||||
|
||||
configure.ac:
|
||||
gl_ROOT_DEV_INO
|
||||
|
||||
Makefile.am:
|
||||
|
||||
Include:
|
||||
"root-dev-ino.h"
|
||||
|
||||
License:
|
||||
GPL
|
||||
|
||||
Maintainer:
|
||||
Jim Meyering
|
Loading…
Reference in New Issue
Block a user