Changes committed gnus/lisp (ChangeLog Makefile.in)

"Katsumi Yamaoka" <[email protected]>
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog Makefile.in

* Makefile.in (datarootdir): Define.
(EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory name
 that might contain whitespace.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1747 gnus/lisp/ChangeLog:7.1748
--- ChangeLog:7.1747	Thu Feb  7 18:36:36 2008
+++ ChangeLog	Fri Feb  8 00:42:06 2008
@@ -1,3 +1,9 @@
+2008-02-07  Katsumi Yamaoka  <[email protected]>
+
+	* Makefile.in (datarootdir): Define.
+	(EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
+	name that might contain whitespace.
+
 2008-02-07  Tassilo Horn  <[email protected]>
 
 	* nnimap.el (nnimap-open-connection): Add "143" and "993" as default
Index: Makefile.in
diff -u gnus/lisp/Makefile.in:7.6 gnus/lisp/Makefile.in:7.7
--- Makefile.in:7.6	Thu Jan 26 10:01:39 2006
+++ Makefile.in	Fri Feb  8 00:42:06 2008
@@ -1,6 +1,7 @@
+prefix = @prefix@
+datarootdir = @datarootdir@
 datadir = @datadir@
 lispdir = @lispdir@
-prefix = @prefix@
 srcdir = @srcdir@
 subdir = lisp
 top_srcdir = @top_srcdir@
@@ -13,7 +14,7 @@
 VPATH = @srcdir@
 W3DIR = @W3@
 URLDIR = @URL@
-EMACS_COMP = URLDIR=$(URLDIR) W3DIR=$(W3DIR) lispdir=$(lispdir) srcdir=$(srcdir) $(EMACS) $(FLAGS)
+EMACS_COMP = URLDIR="$(URLDIR)" W3DIR="$(W3DIR)" lispdir="$(lispdir)" srcdir=$(srcdir) $(EMACS) $(FLAGS)
 
 all total: clean-some gnus-load.el
 	$(EMACS_COMP) -f dgnushack-compile
@@ -33,38 +34,36 @@
 
 # This entry will never install .el files if there are no .elc files.
 install-el: gnus-load.el
-	$(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)
-	echo " $(INSTALL_DATA) gnus-load.el $(lispdir)/gnus-load.el"
-	$(INSTALL_DATA) gnus-load.el $(lispdir)/gnus-load.el
-	for p in *.elc; do \
+	$(SHELL) $(top_srcdir)/mkinstalldirs "$(lispdir)"
+	$(INSTALL_DATA) gnus-load.el "$(lispdir)/gnus-load.el"
+	@for p in *.elc; do \
 	  p=`basename $$p c`; \
 	  if [ -f "$(srcdir)/$$p" ]; then \
-	    echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
-	    $(INSTALL_DATA) $(srcdir)/$$p $(lispdir)/$$p; \
+	    echo "$(INSTALL_DATA) $$p \"$(lispdir)/$$p\""; \
+	    $(INSTALL_DATA) $(srcdir)/$$p "$(lispdir)/$$p"; \
 	  fi; \
 	done
 
 install-elc: clever
 	rm -f dgnushack.elc
-	$(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)
-	for p in *.elc; do \
-	  echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
-	  $(INSTALL_DATA) $$p $(lispdir)/$$p; \
+	$(SHELL) $(top_srcdir)/mkinstalldirs "$(lispdir)"
+	@for p in *.elc; do \
+	  echo "$(INSTALL_DATA) $$p \"$(lispdir)/$$p\""; \
+	  $(INSTALL_DATA) $$p "$(lispdir)/$$p"; \
 	done
 
 install-el-elc: clever
 	rm -f dgnushack.elc
-	$(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)
-	echo " $(INSTALL_DATA) gnus-load.el $(lispdir)/gnus-load.el"
-	$(INSTALL_DATA) gnus-load.el $(lispdir)/gnus-load.el
-	for p in *.elc; do \
+	$(SHELL) $(top_srcdir)/mkinstalldirs "$(lispdir)"
+	$(INSTALL_DATA) gnus-load.el "$(lispdir)/gnus-load.el"
+	@for p in *.elc; do \
 	  q=`basename $$p c`; \
 	  if [ -f "$(srcdir)/$$q" ]; then \
-	    echo " $(INSTALL_DATA) $$q $(lispdir)/$$q"; \
-	    $(INSTALL_DATA) $(srcdir)/$$q $(lispdir)/$$q; \
+	    echo "$(INSTALL_DATA) $$q \"$(lispdir)/$$q\""; \
+	    $(INSTALL_DATA) $(srcdir)/$$q "$(lispdir)/$$q"; \
 	  fi; \
-	  echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
-	  $(INSTALL_DATA) $$p $(lispdir)/$$p; \
+	  echo "$(INSTALL_DATA) $$p \"$(lispdir)/$$p\""; \
+	  $(INSTALL_DATA) $$p "$(lispdir)/$$p"; \
 	done
 
 list-installed-shadows:
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.