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: Eli Zaretskii
Subject: Re: "Official" binary of Emacs-24.4 for MS-Windows
Date: Fri, 24 Oct 2014 18:55:34 +0300

> Date: Fri, 24 Oct 2014 17:13:41 +0200
> From: Dani Moncayo <address@hidden>
> Cc: Emacs development discussions <address@hidden>
> 
> address@hidden $ strip temacs.exe
> address@hidden $ make
> cd ../lisp; make  update-subdirs
> make[1]: Entering directory `/usr/home/dani/emacs/emacs-24.4-build/lisp'
> for file in `find ../../emacs-24.4/lisp -type d -print`; do  case
> $file in  ../../emacs-24.4/lisp*/cedet* | ../../emacs-
> 24.4/lisp*/leim* ) ;;  *) wins="$wins${wins:+ }$file" ;;  esac;  done; \
> for file in $wins; do \
>    ../../emacs-24.4/lisp/../build-aux/update-subdirs $file; \
> done;
> make[1]: Leaving directory `/usr/home/dani/emacs/emacs-24.4-build/lisp'
> if test "no" = "yes"; then \
>   rm -f bootstrap-emacs.exe; \
>   ln temacs.exe bootstrap-emacs.exe; \
> else \
>   ./temacs --batch --load loadup bootstrap || exit 1; \
>   test "X" = X ||  -zex emacs.exe; \
>   mv -f emacs.exe bootstrap-emacs.exe; \
> fi
> /bin/sh: line 4: ./temacs: Bad file number

What happens if you run the same command by hand, i.e.

  $ ./temacs --batch --load loadup bootstrap



reply via email to

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