GNU bug report logs - #15933
make check not working

Previous Next

Package: emacs;

Reported by: Andy Moreton <andrewjmoreton <at> gmail.com>

Date: Wed, 20 Nov 2013 12:56:02 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 15933 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 15933 <at> debbugs.gnu.org, andrewjmoreton <at> gmail.com
Subject: Re: bug#15933: make check not working
Date: Wed, 20 Nov 2013 21:04:09 +0200
> From: Glenn Morris <rgm <at> gnu.org>
> Date: Wed, 20 Nov 2013 13:49:53 -0500
> Cc: 15933 <at> debbugs.gnu.org
> 
> Perhaps -L :foo is not working correctly on mingw?

Why should it?  Observe:

		  ((member argi '("-L" "-directory"))
		   ;; -L :/foo adds /foo to the _end_ of load-path.
		   (let (append)
		     (if (string-match-p
			  "\\`:"  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
			  (setq tem (or argval (pop command-line-args-left))))
			 (setq tem (substring tem 1)
			       append t))

It should use path-separator instead of a literal ':'.

(No, you don't need to change anything in test/automated/Makefile,
since the MSYS Bash will automatically convert ':' into ';'.)




This bug report was last modified 11 years and 228 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.