unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14835: Makefile path bug
@ 2013-07-10  4:18 Devon Sean McCullough
  2013-07-10  6:42 ` Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: Devon Sean McCullough @ 2013-07-10  4:18 UTC (permalink / raw)
  To: 14835

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#14835: Makefile path bug
  2013-07-10  4:18 bug#14835: Makefile path bug Devon Sean McCullough
@ 2013-07-10  6:42 ` Paul Eggert
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2013-07-10  6:42 UTC (permalink / raw)
  To: 14835-done

Thanks, I fixed that with a slightly different patch
in Emacs trunk bzr 113352.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-10  6:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-10  4:18 bug#14835: Makefile path bug Devon Sean McCullough
2013-07-10  6:42 ` Paul Eggert

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).