emacs-devel
[Top][All Lists]
Advanced

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

Re: ignoring autoloads in preloaded files on Windows


From: Juanma Barranquero
Subject: Re: ignoring autoloads in preloaded files on Windows
Date: Sat, 10 Oct 2009 05:57:13 +0200

On Sat, Oct 10, 2009 at 05:34, Glenn Morris <address@hidden> wrote:

> If you grep for "skipped" in the output of `make autoloads', there
> should be about 90 matches if it works.

There's no one "skipped" in the full log of the bootstrap, and if I
delete lisp/loaddefs.el and redo it, there's no "skipped" in its
output either.

> Will (getenv "MAKE") DTRT on Windows?

I don't think so. $(MAKE) is defined for make runs, but it is not
passed as an environment variable to subrprocesses:

C:\> make
c:\emacs\bin\emacs.exe -Q --batch --eval '(prin1 (getenv "MAKE"))'
nil

OTOH, perhaps it would make sense to ask the user to define it.

    Juanma




reply via email to

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