emacs-devel
[Top][All Lists]
Advanced

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

make emacs-unicode-2 in cygwin


From: William Xue
Subject: make emacs-unicode-2 in cygwin
Date: Mon, 23 Oct 2006 17:12:16 +0800
User-agent: Opera Mail/9.02 (Win32)

Hi,

I try to make emacs-u in cygwin
        ./configure
        make bootstrap

and it failed at
        'mv -f emacs.exe bootstrap-emacs.exe'

After reviewed the Makefile, I had some questions:

According to the code snippet from Makefile in src,
---8<--------------------------------------------->8---
bootstrap: bootstrap-emacs${EXEEXT}
bootstrap-emacs${EXEEXT}: temacs${EXEEXT} ${lispsource}international/charprop.el
               $(RUN_TEMACS) --batch --load loadup bootstrap
               mv -f emacs${EXEEXT} bootstrap-emacs${EXEEXT}    
---8<--------------------------------------------->8---

it will rename the emacs.exe to bootstrap-emacs.exe, but when emacs${EXEEXT} will be made?

all: emacs${EXEEXT}
emacs${EXEEXT}: temacs${EXEEXT} ${etc}DOC ${lisp}
               LC_ALL=C $(RUN_TEMACS) -batch -l loadup dump
               -./emacs -q -batch -f list-load-path-shadows



--
Sincerely yours,
William




reply via email to

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