all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Pushing newer nt/subdirs.el into site-lisp/
@ 2007-01-30 10:16 Juanma Barranquero
  2007-01-30 20:20 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Juanma Barranquero @ 2007-01-30 10:16 UTC (permalink / raw)
  To: Emacs Devel

nt/configure.bat does not copy subdirs.el to site-lisp/ if it already
exists. That precludes pushing any changes in nt/subdirs.el into
site-lisp/.

Is that by design, or would be better to apply the following patch?


                    /L/e/k/t/u


Index: nt/configure.bat
===================================================================
RCS file: /cvsroot/emacs/emacs/nt/configure.bat,v
retrieving revision 1.35
diff -u -2 -r1.35 configure.bat
--- nt/configure.bat	21 Jan 2007 04:26:22 -0000	1.35
+++ nt/configure.bat	30 Jan 2007 10:07:36 -0000
@@ -520,5 +520,6 @@
 Rem Some people use WinZip which doesn't create empty directories!
 if not exist ..\site-lisp\nul mkdir ..\site-lisp\
-if not exist ..\site-lisp\subdirs.el copy subdirs.el ..\site-lisp\subdirs.el
+if exist ..\site-lisp\subdirs.el del ..\site-lisp\subdirs.el
+copy subdirs.el ..\site-lisp\subdirs.el

 echo.

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

end of thread, other threads:[~2007-01-31  4:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-30 10:16 Pushing newer nt/subdirs.el into site-lisp/ Juanma Barranquero
2007-01-30 20:20 ` Eli Zaretskii
2007-01-31  1:47   ` Juanma Barranquero
2007-01-31  4:15     ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.