From beaf631292bd74050a57b86aa3042ebaa12cf840 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 7 Feb 2011 16:24:10 +0100 Subject: 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. --- gl/modules/di-set | 24 ------------------------ gl/modules/di-set-tests | 10 ---------- gl/modules/ino-map | 24 ------------------------ gl/modules/ino-map-tests | 10 ---------- 4 files changed, 68 deletions(-) delete mode 100644 gl/modules/di-set delete mode 100644 gl/modules/di-set-tests delete mode 100644 gl/modules/ino-map delete mode 100644 gl/modules/ino-map-tests (limited to 'gl/modules') diff --git a/gl/modules/di-set b/gl/modules/di-set deleted file mode 100644 index 562db14a4..000000000 --- a/gl/modules/di-set +++ /dev/null @@ -1,24 +0,0 @@ -Description: -manipulate sets of device-inode pairs efficiently - -Files: -lib/di-set.c -lib/di-set.h - -Depends-on: -ino-map -hash - -configure.ac: - -Makefile.am: -lib_SOURCES += di-set.c di-set.h - -Include: -"di-set.h" - -License -GPL - -Maintainer: -Jim Meyering diff --git a/gl/modules/di-set-tests b/gl/modules/di-set-tests deleted file mode 100644 index d60f7fdc6..000000000 --- a/gl/modules/di-set-tests +++ /dev/null @@ -1,10 +0,0 @@ -Files: -tests/test-di-set.c - -Depends-on: - -configure.ac: - -Makefile.am: -TESTS += test-di-set -check_PROGRAMS += test-di-set diff --git a/gl/modules/ino-map b/gl/modules/ino-map deleted file mode 100644 index 06ee51d5b..000000000 --- a/gl/modules/ino-map +++ /dev/null @@ -1,24 +0,0 @@ -Description: -maintain a mapping of ino_t numbers to small integers - -Files: -lib/ino-map.c -lib/ino-map.h - -Depends-on: -hash -verify - -configure.ac: - -Makefile.am: -lib_SOURCES += ino-map.c ino-map.h - -Include: -"ino-map.h" - -License -GPL - -Maintainer: -Jim Meyering 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 -- cgit v1.2.3-70-g09d2