Mercurial > hg > xemacs-beta
changeset 1052:23dedeadeaad
[xemacs-hg @ 2002-10-14 19:20:12 by adrian]
[A21.5R21.4] [PATCH] xemacs-21.5: Remove obsolete quoting in Installation file <znti72pn.fsf@smtprelay.T-Online.De>
author | adrian |
---|---|
date | Mon, 14 Oct 2002 19:20:17 +0000 |
parents | d7528e71da34 |
children | 3c9fd0a8c35a |
files | nt/ChangeLog nt/xemacs.mak |
diffstat | 2 files changed, 13 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Sun Oct 13 21:54:11 2002 +0000 +++ b/nt/ChangeLog Mon Oct 14 19:20:17 2002 +0000 @@ -1,3 +1,9 @@ +2002-10-13 Adrian Aichner <adrian@xemacs.org> + + * xemacs.mak (OS): Remove obsolete quoting of double-quote in the + Installation file to avoid unnecessary deviations from the UNIX + version in `describe-installation' and `build-report'. + 2002-09-13 Adrian Aichner <adrian@xemacs.org> * xemacs.mak: Suppress confirmation for overwriting files.
--- a/nt/xemacs.mak Sun Oct 13 21:54:11 2002 +0000 +++ b/nt/xemacs.mak Mon Oct 14 19:20:17 2002 +0000 @@ -1452,16 +1452,16 @@ OS: $(OS) !endif -XEmacs $(XEMACS_VERSION_STRING) $(xemacs_codename:"=\") $(xemacs_extra_name:"=\") configured for `$(EMACS_CONFIGURATION)'. +XEmacs $(XEMACS_VERSION_STRING) $(xemacs_codename) $(xemacs_extra_name:"=) configured for `$(EMACS_CONFIGURATION)'. - Building XEmacs using \"$(MAKE:\=\\)\". - Building XEmacs using make flags \"$(MAKEFLAGS)\". - Building XEmacs in \"$(MAKEDIR:\=\\)\". + Building XEmacs using "$(MAKE:\=\\)". + Building XEmacs using make flags "$(MAKEFLAGS)". + Building XEmacs in "$(MAKEDIR:\=\\)". !if defined(CCV) - Using compiler \"$(CC) $(CFLAGS)\". + Using compiler "$(CC) $(CFLAGS)". !endif - Installing XEmacs in \"$(INSTALL_DIR:\=\\)\". - Package path is $(PATH_PACKAGEPATH:"=\"). + Installing XEmacs in "$(INSTALL_DIR:\=\\)". + Package path is $(PATH_PACKAGEPATH). !if $(INFODOCK) Building InfoDock. !endif