emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp makefile.w32-in


From: Ben Key
Subject: [Emacs-commit] emacs/lisp makefile.w32-in
Date: Sat, 24 Jul 2004 00:56:18 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Ben Key <address@hidden>        04/07/24 04:51:58

Modified files:
        lisp           : makefile.w32-in 

Log message:
        Removed the various "echo." lines from lisp\makefile.w32-in and 
nt\makefile.w32-in.
        They caused mingw32-make.exe bootstrap to fail with the following error 
if cmd.exe
        was being used as the shell:
        "process_begin: CreateProcess((null), echo., ...) failed."
        
        I replaced the "@echo." lines in nt\makefile.w32-in with "@echo ."  
This writes a .
        to the screen but that is far more desirable than make bootstrap 
failing.
        
        I replaced the "echo. ..." line in lisp\makefile.w32-in with "echo ;;; 
...".  This
        writes an extra comment line to loaddefs.el.  Again this is far more 
desirable than
        make bootstrap failing.
        
        NOTE: I am using cmd.exe as my shell when building Emacs with MinGW 
instead of
        the sh.exe that comes with msys because when I use sh.exe as my shell, 
loaddefs.el
        does not get properly generated and I get various auto load errors.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/makefile.w32-in.diff?tr1=1.38&tr2=1.39&r1=text&r2=text





reply via email to

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