[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r108241: * Makefile.in (install-arch-
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r108241: * Makefile.in (install-arch-dep): Replace use of MV_DIRS with info. |
Date: |
Tue, 15 May 2012 13:49:59 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 108241
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2012-05-15 13:49:59 -0400
message:
* Makefile.in (install-arch-dep): Replace use of MV_DIRS with info.
This make it easier to see what is going on.
modified:
ChangeLog
Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-05-15 17:32:42 +0000
+++ b/ChangeLog 2012-05-15 17:49:59 +0000
@@ -1,5 +1,7 @@
2012-05-15 Glenn Morris <address@hidden>
+ * Makefile.in (install-arch-dep): Replace use of MV_DIRS with info.
+
* Makefile.in (install-arch-dep): Do not hard-code version number.
* Makefile.in (install-arch-dep): NS install no longer needs to
=== modified file 'Makefile.in'
--- a/Makefile.in 2012-05-15 17:32:42 +0000
+++ b/Makefile.in 2012-05-15 17:49:59 +0000
@@ -471,7 +471,7 @@
if test "${ns_appresdir}" != ""; then \
( cd ${ns_appresdir} ; \
if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\
- if test -d share/info ; then dir=share/info; $(MV_DIRS) ; fi ; \
+ if test -d share/info ; then rm -fr info; mv share/info . ; fi ; \
rm -fr share ) ; \
( cd ${ns_appbindir} ; \
if cd libexec ; then dir=emacs/*/*/* ; $(MV_DIRS); \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r108241: * Makefile.in (install-arch-dep): Replace use of MV_DIRS with info.,
Glenn Morris <=