Mercurial > emacs
view lisp/gnus/exit-summ.xpm @ 56512:d341e83af4f2
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.
author | Ben Key <bkey1@tampabay.rr.com> |
---|---|
date | Sat, 24 Jul 2004 04:52:27 +0000 |
parents | 354a5b33d058 |
children | 55fd4f77387a |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 15 1", " c Gray0", ". c #0bfb0bfb0bfb", "X c Gray9", "o c #23f323f323f3", "O c #2fef2fef2fef", "+ c Gray28", "@ c #53e353e353e3", "# c #5fdf5fdf5fdf", "$ c Gray42", "% c #77d777d777d7", "& c Gray56", "* c #9bcb9bcb9bcb", "= c #a7c7a7c7a7c7", "- c Gray70", "; c Gray75", /* pixels */ "@;;@;;@;;@;;@;;@;;@;;@;;", ";;;;;;;;;;;;;;;;;;;;;;;;", ";;;;;;;;;;;;;;;;;;;;;;;;", "@;;@;;&=@OOOo O;;@;;", ";;;;;;X&;;;;=## O;;;;;", ";;;;;;.%;;;;;;; O;;;;;", "@;;@;;@;;@;;*;; O;;@;;", ";;;;;;;;;;;;%;; O;;;;;", ";;;;;;O%;;;;;;; O;;;;;", "@;;@;;o=;@;;-&- O;;@;;", ";;;;;;X&;;;;+ & O;;;;;", ";;;;;;.%;;;;$ & O;;;;;", "@;;@;;o=;@;;;;; O;;@;;", ";;;;;;X&;;;;;;; O;;;;;", ";;;;;;*;;;;;@;; O;;;;;", "@;;@;;&=;@;;;;; O;;@;;", ";;;;;; #;;;;;&#XO+O;;;;;", ";;;;;;o=;*OO*#o%#+*;;;;;", "@;;@;@;%OOOO@%*@%*@;;@;;", ";;;;;;;;;;;;;;;;;;;;;;;;", ";;;;;;;;;;;;;;;;;;;;;;;;", "@;;@;;@;;@;;@;;@;;@;;@;;", ";;;;;;;;;;;;;;;;;;;;;;;;", ";;;;;;;;;;;;;;;;;;;;;;;;" };