emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#14835: closed (Makefile path bug)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14835: closed (Makefile path bug)
Date: Wed, 10 Jul 2013 06:43:02 +0000

Your message dated Tue, 09 Jul 2013 23:42:39 -0700
with message-id <address@hidden>
and subject line Re: Makefile path bug
has caused the debbugs.gnu.org bug report #14835,
regarding Makefile path bug
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14835: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14835
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Makefile path bug Date: Wed, 10 Jul 2013 00:18:04 -0400
Makefile fails to remove consecutive null paths.

                Peace
                        --Devon

P.S.  Spotted while failing to replicate unreported chown-not-found trouble.

P.P.S.  Here's the Makefile fix:

$ diff -Bbdu Makefile.in.~1~ Makefile.in
--- Makefile.in.~1~     2013-03-05 11:42:28.000000000 +0800
+++ Makefile.in 2013-07-10 02:56:09.000000000 +0800
@@ -282,7 +282,7 @@
 
 .PHONY: all ${SUBDIR} blessmail epaths-force FRC
 
-removenullpaths=sed -e 's/^://g' -e 's/:$$//g' -e 's/::/:/g'
+removenullpaths=sed -e 's/^::*//g' -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



--- End Message ---
--- Begin Message --- Subject: Re: Makefile path bug Date: Tue, 09 Jul 2013 23:42:39 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7
Thanks, I fixed that with a slightly different patch
in Emacs trunk bzr 113352.


--- End Message ---

reply via email to

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