summaryrefslogtreecommitdiff
path: root/gl/modules
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-25 22:24:21 +0200
committerJim Meyering <jim@meyering.net>2007-09-27 10:53:36 +0200
commit491c54ca99717339656509111012e88a6e3def84 (patch)
tree17625f5764a55b01b01576d1cf21209023dfd6d2 /gl/modules
parentbeaa39a649939cf19994bf773871a810ef896701 (diff)
downloadcoreutils-491c54ca99717339656509111012e88a6e3def84.tar.xz
Move file-set and hash-triple modules to gnulib.
* bootstrap.conf (gnulib_modules): Remove file-set, now that it's in gnulib, and the canonicalize module requires it there. * gl/lib/file-set.c, gl/lib/file-set.h, gl/modules/hash-triple: Remove. * gl/lib/hash-triple.c, gl/lib/hash-triple.h, gl/modules/file-set: Remove.
Diffstat (limited to 'gl/modules')
-rw-r--r--gl/modules/file-set27
-rw-r--r--gl/modules/hash-triple25
2 files changed, 0 insertions, 52 deletions
diff --git a/gl/modules/file-set b/gl/modules/file-set
deleted file mode 100644
index 7895cdac1..000000000
--- a/gl/modules/file-set
+++ /dev/null
@@ -1,27 +0,0 @@
-Description:
-Very specialized set-of-files code.
-
-Files:
-lib/file-set.c
-lib/file-set.h
-
-Depends-on:
-hash
-hash-triple
-stdbool
-xalloc
-xalloc-die
-
-configure.ac:
-
-Makefile.am:
-lib_SOURCES += file-set.c
-
-Include:
-"file-set.h"
-
-License:
-GPL
-
-Maintainer:
-Jim Meyering
diff --git a/gl/modules/hash-triple b/gl/modules/hash-triple
deleted file mode 100644
index b746d4751..000000000
--- a/gl/modules/hash-triple
+++ /dev/null
@@ -1,25 +0,0 @@
-Description:
-Hash functions for file-related triples: name, device, inode.
-
-Files:
-lib/hash-triple.c
-lib/hash-triple.h
-
-Depends-on:
-hash-pjw
-same
-same-inode
-
-configure.ac:
-
-Makefile.am:
-lib_SOURCES += hash-triple.c
-
-Include:
-"hash-triple.h"
-
-License:
-GPL
-
-Maintainer:
-Jim Meyering