diff options
author | Jim Meyering <meyering@redhat.com> | 2011-02-07 16:24:10 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-02-07 16:24:14 +0100 |
commit | beaf631292bd74050a57b86aa3042ebaa12cf840 (patch) | |
tree | 0c2b417858f3d825a7b77ffa7e3ea03388262cf0 /gl/modules/ino-map-tests | |
parent | b9fc790ddc0db2522b0d20d08fd2b8d40ef0fa4e (diff) | |
download | coreutils-beaf631292bd74050a57b86aa3042ebaa12cf840.tar.xz |
maint: move di-set and ino-map modules from ./gl to gnulib
* gl/lib/di-set.c: Remove file.
* gl/lib/di-set.h: Likewise.
* gl/lib/ino-map.c: Likewise.
* gl/lib/ino-map.h: Likewise.
* gl/modules/di-set: Likewise.
* gl/modules/di-set-tests: Likewise.
* gl/modules/ino-map: Likewise.
* gl/modules/ino-map-tests: Likewise.
* gl/tests/test-di-set.c: Likewise.
* gl/tests/test-ino-map.c: Likewise.
* gnulib: Update to latest, now that these two modules are there.
Diffstat (limited to 'gl/modules/ino-map-tests')
-rw-r--r-- | gl/modules/ino-map-tests | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gl/modules/ino-map-tests b/gl/modules/ino-map-tests deleted file mode 100644 index fa10b4ffc..000000000 --- a/gl/modules/ino-map-tests +++ /dev/null @@ -1,10 +0,0 @@ -Files: -tests/test-ino-map.c - -Depends-on: - -configure.ac: - -Makefile.am: -TESTS += test-ino-map -check_PROGRAMS += test-ino-map |