unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* ntemacs installation bug fix
@ 2006-04-13 10:09 Wu Weiwei
  2006-04-13 16:05 ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Wu Weiwei @ 2006-04-13 10:09 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 435 bytes --]

hello, all
 
I am using the most recent CVS code.
When I try to run "mingw32-make install", it complained "F:emacs-bin/leim" not found and "F:\emacs-bin" was my emacs install directory. It also happened in emacs/nt directory.
So I made a patch to fix this problem. (Just add some quote marks)
Only emacs/leim/makefile.w32-in and emacs/nt/makefile.w32-in was modified.
        
Best Regards 

Wu Weiwei 
2006-04-13


[-- Attachment #2: emacs.patch --]
[-- Type: application/octet-stream, Size: 2134 bytes --]

Index: leim/makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/leim/makefile.w32-in,v
retrieving revision 1.31
diff -u -r1.31 makefile.w32-in
--- leim/makefile.w32-in	19 Dec 2005 06:02:52 -0000	1.31
+++ leim/makefile.w32-in	13 Apr 2006 08:27:01 -0000
@@ -193,11 +193,11 @@
 	- mkdir "$(INSTALLDIR)"
 	- $(DEL) same-dir.tst
 	- $(DEL) $(INSTALL_DIR)/same-dir.tst
-	echo SameDirTest > $(INSTALL_DIR)/same-dir.tst
-	$(IFNOTSAMEDIR) $(CP) leim-list.el $(INSTALLDIR) $(ENDIF)
-	$(IFNOTSAMEDIR) $(CP_DIR) quail $(INSTALLDIR) $(ENDIF)
-	$(IFNOTSAMEDIR) $(CP_DIR) ja-dic $(INSTALLDIR) $(ENDIF)
-	- $(DEL) $(INSTALL_DIR)/same-dir.tst
+	echo SameDirTest > "$(INSTALL_DIR)/same-dir.tst"
+	$(IFNOTSAMEDIR) $(CP) leim-list.el "$(INSTALLDIR)" $(ENDIF)
+	$(IFNOTSAMEDIR) $(CP_DIR) quail "$(INSTALLDIR)" $(ENDIF)
+	$(IFNOTSAMEDIR) $(CP_DIR) ja-dic "$(INSTALLDIR)" $(ENDIF)
+	- $(DEL) "$(INSTALL_DIR)/same-dir.tst"
 
 clean mostlyclean:
 	- $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
Index: nt/makefile.w32-in
===================================================================
RCS file: /sources/emacs/emacs/nt/makefile.w32-in,v
retrieving revision 1.29
diff -u -r1.29 makefile.w32-in
--- nt/makefile.w32-in	12 Mar 2006 17:20:13 -0000	1.29
+++ nt/makefile.w32-in	13 Apr 2006 08:27:18 -0000
@@ -190,12 +190,12 @@
 	- mkdir "$(INSTALL_DIR)/data"
 	- mkdir "$(INSTALL_DIR)/site-lisp"
 	- mkdir "$(INSTALL_DIR)/etc/icons"
-	$(IFNOTSAMEDIR) $(CP) ../site-lisp/subdirs.el $(INSTALL_DIR)/site-lisp $(ENDIF)
-	$(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR) $(ENDIF)
-	- $(CP_DIR) icons $(INSTALL_DIR)/etc
-	$(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR) $(ENDIF)
+	$(IFNOTSAMEDIR) $(CP) ../site-lisp/subdirs.el "$(INSTALL_DIR)/site-lisp" $(ENDIF)
+	$(IFNOTSAMEDIR) $(CP_DIR) ../etc "$(INSTALL_DIR)" $(ENDIF)
+	- $(CP_DIR) icons "$(INSTALL_DIR)/etc"
+	$(IFNOTSAMEDIR) $(CP_DIR) ../info "$(INSTALL_DIR)" $(ENDIF)
 	- $(DEL) ../same-dir.tst
-	- $(DEL) $(INSTALL_DIR)/same-dir.tst
+	- $(DEL) "$(INSTALL_DIR)/same-dir.tst"
 
 install-other-dirs-nmake:
 	cd ..\lib-src

[-- Attachment #3: Type: text/plain, Size: 149 bytes --]

_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-04-14 10:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-13 10:09 ntemacs installation bug fix Wu Weiwei
2006-04-13 16:05 ` Eli Zaretskii
2006-04-13 16:49   ` Wu Weiwei
2006-04-13 17:30     ` Eli Zaretskii
2006-04-13 17:37       ` Wu Weiwei
2006-04-14  7:27         ` Eli Zaretskii
2006-04-14 10:47           ` Wu Weiwei

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).