]> Savannah Git Hosting - gnulib.git/commitdiff
prefix-gnulib-mk: remove no longer needed special case
authorPádraig Brady <P@draigBrady.com>
Mon, 1 Jun 2015 23:06:52 +0000 (00:06 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 1 Jun 2015 23:09:35 +0000 (00:09 +0100)
* build-aux/prefix-gnulib-mk (prefix): Since commit e3704b9c,
continued lib_SOURCES lines are no longer present,
so special case handling of such entries is not required.

ChangeLog
build-aux/prefix-gnulib-mk

index 2344b0769eb2e601cd73e9edb3eed2c4305cf4ac..25dec08b771011e6a5f5aae70fe364773340fcdb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-06-02  Pádraig Brady  <P@draigBrady.com>
+
+       prefix-gnulib-mk: remove no longer needed special case
+       * build-aux/prefix-gnulib-mk (prefix): Since commit e3704b9c,
+       continued lib_SOURCES lines are no longer present,
+       so special case handling of such entries is not required.
+
 2015-06-01  Pádraig Brady  <P@draigBrady.com>
 
        acl: don't depend on the deprecated qacl module
index 4d0518fa1f2bcffb9a61dd52538b52b341381ec5..8af2916f3169724fb5d71aabbc4103c323bd995e 100755 (executable)
@@ -155,16 +155,6 @@ sub prefix ($)
   # Unfortunately, as a result we sometimes have lib/lib.
   s{($prefix){2}}{$1}g;
 
-  # lib_libcoreutils_a_SOURCES += \
-  #   imaxtostr.c \
-  #   inttostr.c \
-  #   offtostr.c \
-  #   uinttostr.c \
-  #   umaxtostr.c
-  # The above are not handled since they're on continued lines, so
-  # deal with them manually:
-  s{^(\s*)((?:[ui]max|u?int|off)tostr\.c(:? \\)?)$}{$1$prefix$2}gm;
-
   # $(srcdir)/ is actually $(top_srcdir)/$prefix/.
   # The trailing slash is required to avoid matching this rule:
   #   test '$(srcdir)' = . || rm -f $(top_builddir)/GNUmakefile