emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108198: * Makefile.in (install-ar


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108198: * Makefile.in (install-arch-indep): Remove dead code.
Date: Fri, 02 Nov 2012 01:47:08 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108198
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-05-11 13:13:18 -0400
message:
  * Makefile.in (install-arch-indep): Remove dead code.
  
  ./lisp/simpl.ele never exists in the _build_ directory,
  the Lisp files are always in the _source_ directory.
  Even if they were not, it would be wrong to install just
  *.el and *.elc, since there are subdirectories in lisp/.
modified:
  ChangeLog
  Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-05-11 08:10:52 +0000
+++ b/ChangeLog 2012-05-11 17:13:18 +0000
@@ -2,6 +2,7 @@
 
        * Makefile.in (install-arch-indep): There are no more Makefile.c files.
        Use INSTALL_DATA for the DOC file.
+       Remove dead code for ./lisp that never executes.
 
 2012-05-10  Glenn Morris  <address@hidden>
 

=== modified file 'Makefile.in'
--- a/Makefile.in       2012-05-11 08:10:52 +0000
+++ b/Makefile.in       2012-05-11 17:13:18 +0000
@@ -588,19 +588,6 @@
            if test "`echo DOC-*`" != "DOC-*"; then rm -f DOC; fi); \
        else true; fi
        -unset CDPATH; \
-       if [ -r ./lisp ] \
-          && [ -r ./lisp/simple.el ] \
-          && [ x`(cd ./lisp; /bin/pwd)` != x`(cd $(DESTDIR)${lispdir}; 
/bin/pwd)` ] \
-          && [ x`(cd ${srcdir}/lisp; /bin/pwd)` != x`(cd ./lisp; /bin/pwd)` ]; 
\
-       then \
-          echo "Copying lisp/*.el and lisp/*.elc to $(DESTDIR)${lispdir} ..." 
; \
-          (cd lisp; tar -chf - *.el *.elc) \
-            |(cd $(DESTDIR)${lispdir}; umask 022; tar -xvf - && cat > 
/dev/null) || exit 1; \
-          (cd $(DESTDIR)${lispdir}; \
-           $(set_installuser); \
-           find . -exec chown $${installuser} {} ';') ; \
-       else true; fi
-       -unset CDPATH; \
        if [ -n "${GZIP_PROG}" ]; \
        then \
           echo "Compressing *.el ..." ; \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]