public inbox for guile-emacs@sourceware.org
 help / color / mirror / Atom feed
* Misspelling?
@ 2000-09-13  0:57 
  2000-09-13 10:50 ` Misspelling? Keisuke Nishida
  0 siblings, 1 reply; 2+ messages in thread
From:  @ 2000-09-13  0:57 UTC (permalink / raw)
  To: guile-emacs

It seems typo for me. I attach the patch against Makefile.am.

And I needed these patches to build an RPM. If they don't trouble
you, I will be glad for you to include them into the source tree.

Thanks.

\f
--- guile-emacs-0.5.orig/Makefile.am	Fri May 26 14:28:27 2000
+++ guile-emacs-0.5/Makefile.am	Wed Sep 13 16:09:09 2000
@@ -22,17 +22,18 @@
 x_default_search_path=@x_default_search_path@
 
 install-exec-local: all
-	$(INSTALL_PROGRAM) src/emacs $(DISTDIR)$(bindir)/guile-emacs
+	$(mkinstalldirs) $(DESTDIR)$(bindir)
+	$(INSTALL_PROGRAM) src/emacs $(DESTDIR)$(bindir)/guile-emacs
 
 install-data-local:
-	$(mkinstalldirs) $(DISTDIR)$(pkgdatadir)
-	$(mkinstalldirs) $(DISTDIR)$(localschemepath)
+	$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
+	$(mkinstalldirs) $(DESTDIR)$(localschemepath)
 	(cd $(srcdir) && tar cf - --exclude CVS scheme) \
-	| (cd $(DISTDIR)$(pkgdatadir) && tar xf -)
+	| (cd $(DESTDIR)$(pkgdatadir) && tar xf -)
 	(cd $(srcdir)/etc && tar cf - DOC-*) \
-	| (cd $(DISTDIR)$(pkgdatadir) && tar xf -)
+	| (cd $(DESTDIR)$(pkgdatadir) && tar xf -)
 	(cd $(srcdir)/lib-src && tar cf - fns-*) \
-	| (cd $(DISTDIR)$(archlibdir) && tar xf -)
+	| (cd $(DESTDIR)$(archlibdir) && tar xf -)
 
 clean-local:
 	cd lwlib && $(MAKE) clean
diff -uarN guile-emacs-0.5.orig/lib-src/Makefile.in guile-emacs-0.5/lib-src/Makefile.in
--- guile-emacs-0.5.orig/lib-src/Makefile.in	Sun May 21 13:58:30 2000
+++ guile-emacs-0.5/lib-src/Makefile.in	Wed Sep 13 16:01:55 2000
@@ -266,26 +266,26 @@
 
 /* Install the internal utilities.  Until they are installed, we can
    just run them directly from lib-src.  */
-${archlibdir}: all
+$(DESTDIR)${archlibdir}: all
 	@echo
 	@echo "Installing utilities run internally by Emacs."
-	$(top_srcdir)/mkinstalldirs ${archlibdir}
-	if [ `(cd ${archlibdir} && /bin/pwd)` != `/bin/pwd` ]; then \
+	$(top_srcdir)/mkinstalldirs $(DESTDIR)${archlibdir}
+	if [ `(cd $(DESTDIR)${archlibdir} && /bin/pwd)` != `/bin/pwd` ]; then \
 	  for file in ${UTILITIES}; do \
-	    $(INSTALL_PROGRAM) $(INSTALL_STRIP) $$file ${archlibdir}/$$file ; \
+	    $(INSTALL_PROGRAM) $(INSTALL_STRIP) $$file $(DESTDIR)${archlibdir}/$$file ; \
 	  done ; \
         fi
-        if [ `(cd ${archlibdir} && /bin/pwd)` \
+        if [ `(cd $(DESTDIR)${archlibdir} && /bin/pwd)` \
              != `(cd ${srcdir} && /bin/pwd)` ]; then \
 	  for file in ${SCRIPTS}; do \
-	    $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file; \
+	    $(INSTALL_PROGRAM) ${srcdir}/$$file $(DESTDIR)${archlibdir}/$$file; \
 	  done ; \
 	fi
 
-install: ${archlibdir}
+install: $(DESTDIR)${archlibdir}
 
 uninstall:
-	(cd ${archlibdir}; \
+	(cd $(DESTDIR)${archlibdir}; \
 	 rm -f ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS})
 
 mostlyclean:
\f

-- 
SAKA Toshihide

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

* Re: Misspelling?
  2000-09-13  0:57 Misspelling? 
@ 2000-09-13 10:50 ` Keisuke Nishida
  0 siblings, 0 replies; 2+ messages in thread
From: Keisuke Nishida @ 2000-09-13 10:50 UTC (permalink / raw)
  To: egcs; +Cc: guile-emacs

SAKA Toshihide (^[$B:d^[(B ^[$BIR=(^[(B) <saka@yugen.org> writes:

> It seems typo for me. I attach the patch against Makefile.am.
> 
> And I needed these patches to build an RPM. If they don't trouble
> you, I will be glad for you to include them into the source tree.

Oops, you're right.  I'll apply it soon.  Thanks!

-- Kei

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

end of thread, other threads:[~2000-09-13 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-13  0:57 Misspelling? 
2000-09-13 10:50 ` Misspelling? Keisuke Nishida

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