unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "William Xue" <william.xue@gmail.com>
Subject: make emacs-unicode-2 in cygwin
Date: Mon, 23 Oct 2006 17:12:16 +0800	[thread overview]
Message-ID: <op.thvaiqnqhkv0w5@williamxue> (raw)

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	other threads:[~2006-10-23  9:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-23  9:12 William Xue [this message]
2006-10-23  9:22 ` make emacs-unicode-2 in cygwin Andreas Schwab
2006-10-24  2:45   ` William Xue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=op.thvaiqnqhkv0w5@williamxue \
    --to=william.xue@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).