emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113352: * Makefile.in (removenullpaths): Remove adj


From: Paul Eggert
Subject: [Emacs-diffs] trunk r113352: * Makefile.in (removenullpaths): Remove adjacent null paths.
Date: Wed, 10 Jul 2013 06:41:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113352
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/14835
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2013-07-09 23:41:37 -0700
message:
  * Makefile.in (removenullpaths): Remove adjacent null paths.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  Makefile.in                    makefile.in-20091113204419-o5vbwnq5f7feedwu-446
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-07-09 18:06:25 +0000
+++ b/ChangeLog 2013-07-10 06:41:37 +0000
@@ -1,3 +1,7 @@
+2013-07-10  Paul Eggert  <address@hidden>
+
+       * Makefile.in (removenullpaths): Remove adjacent null paths (Bug#14835).
+
 2013-07-09  Peter Rosin  <address@hidden>  (tiny change>
 
        * configure.ac (HAVE_W32): Avoid nested functions (the second

=== modified file 'Makefile.in'
--- a/Makefile.in       2013-06-27 01:40:46 +0000
+++ b/Makefile.in       2013-07-10 06:41:37 +0000
@@ -293,7 +293,7 @@
 
 .PHONY: all ${SUBDIR} blessmail epaths-force epaths-force-w32 FRC
 
-removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
+removenullpaths=sed -e 's/^:*//' -e 's/:*$$//g' -e 's/::*/:/g'
 
 # Generate epaths.h from epaths.in.  This target is invoked by `configure'.
 # See comments in configure.ac for why it is done this way, as opposed


reply via email to

[Prev in Thread] Current Thread [Next in Thread]