emacs-devel
[Top][All Lists]
Advanced

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

Re: "Official" binary of Emacs-24.4 for MS-Windows


From: Dani Moncayo
Subject: Re: "Official" binary of Emacs-24.4 for MS-Windows
Date: Thu, 30 Oct 2014 16:04:01 +0100

>>> Also, I've noticed this suspicious errors in the output of "make
>>> install-strip", which don't appear in a "make install" from the same
>>> build:
>>
>> Looks like some redirection snafu: for some reason, install-info is
>> called with arguments taken from Make messages that announce entering
>> and leaving directories.  Maybe it comes from this line:
>>
>>>    info_misc=`MAKELEVEL=0 make -s -C doc/misc echo-info`; \
>>
>> Looks like MAKELEVEL=0 doesn't work with your Make.  Try adding the
>> "--no-print-directory" switch to the "make" command, and see if that
>> helps.
>
> Yes, it helps.  The install-info errors are gone with that switch.
>
>> This sounds like bug #13962, but since we now require GNU Make on the
>> trunk, I think it's OK to use --no-print-directory instead of the
>> MAKELEVEL=0 trick.
>
> Fine with me.  Thank you.

Should I file a bug report about this?

BTW, this is the "make" I'm using:

$ make --version
GNU Make 3.82.90
Built for i686-pc-msys


-- 
Dani Moncayo



reply via email to

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