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: Sat, 25 Oct 2014 13:08:38 +0200

Hi Eli,

I've tried (for the first time) the "make install-strip" target from a
trunk build, and I've noticed something strange: the size of the
resulting stripped "emacs.exe" is ~ 16 MB, whereas the same file for
the 24.4 release (also stripped) is ~ 9 MB.

Such big difference is strange, isn't it?

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:

------------------------------------------------------
if [ "`cd /C/msys/home/Dani/emacs/trunk/info && /bin/pwd`" =
"$exp_infodir" ]; then \
  true; \
else \
   [ -f "/c/usr1/share/info/dir" ] || \
      [ ! -f /C/msys/home/Dani/emacs/trunk/info/dir ] || \
      /bin/install -c -m 644 /C/msys/home/Dani/emacs/trunk/info/dir
"/c/usr1/share/info/dir"; \
   info_misc=`MAKELEVEL=0 make -s -C doc/misc echo-info`; \
   cd /C/msys/home/Dani/emacs/trunk/info ; \
   for elt in emacs.info eintr.info elisp.info ${info_misc}; do \
      test "yes" = "no" && test ! -f $elt && continue; \
      for f in `ls $elt $elt-[1-9] $elt-[1-9][0-9] 2>/dev/null`; do \
       (cd "${thisdir}"; \
        /bin/install -c -m 644 /C/msys/home/Dani/emacs/trunk/info/$f
"/c/usr1/share/info/$f"); \
        [ -n "" ] || continue ; \
        rm -f "/c/usr1/share/info/$f.gz"; \
         -9n "/c/usr1/share/info/$f"; \
      done; \
     (cd "${thisdir}"; \
      /bin/install-info --info-dir="/c/usr1/share/info"
"/c/usr1/share/info/$elt"); \
   done; \
fi
install-info: No such file or directory for /c/usr1/share/info/make:
install-info: No such file or directory for /c/usr1/share/info/Entering
install-info: No such file or directory for /c/usr1/share/info/directory
install-info: No such file or directory for
/c/usr1/share/info/`/home/Dani/emacs/trunk-build/doc/misc'
install-info: No such file or directory for /c/usr1/share/info/make:
install-info: No such file or directory for /c/usr1/share/info/Leaving
install-info: No such file or directory for /c/usr1/share/info/directory
install-info: No such file or directory for
/c/usr1/share/info/`/home/Dani/emacs/trunk-build/doc/misc'
Makefile:633: recipe for target `install-info' failed
make[1]: [install-info] Error 1 (ignored)
------------------------------------------------------



-- 
Dani Moncayo



reply via email to

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