mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-14 01:21:54 +03:00
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.
26 lines
277 B
Plaintext
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
|