1
0
mirror of https://git.savannah.gnu.org/git/coreutils.git synced 2025-09-14 01:21:54 +03:00
Files
coreutils/gl/modules/root-dev-ino
Jim Meyering 07fcfe36ce maint: move gl/m4/root-dev-ino.m4 contents into its module definition
We can get the same effect using the modules file.
* gl/m4/root-dev-ino.m4: Remove file.
* gl/modules/root-dev-ino (Depends-on): Add lstat.
(Files): Remove m4/root-dev-ino.m4.
(Makefile.am) [lib_SOURCES]: Add root-dev-ino.c and root-dev-ino.h.
(configure.ac): Remove reference to gl_ROOT_DEV_INO.
2012-09-10 08:56:45 +02:00

26 lines
277 B
Plaintext

Description:
Root device and inode number checking.
Files:
lib/root-dev-ino.h
lib/root-dev-ino.c
Depends-on:
dev-ino
lstat
same-inode
configure.ac:
Makefile.am:
lib_SOURCES += root-dev-ino.c root-dev-ino.h
Include:
"root-dev-ino.h"
License:
GPL
Maintainer:
Jim Meyering