emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115485: * Makefile.in (${srcdir}/info/dir): Paralle


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115485: * Makefile.in (${srcdir}/info/dir): Parallel make fix.
Date: Thu, 12 Dec 2013 09:08:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115485
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-12-12 01:08:26 -0800
message:
  * Makefile.in (${srcdir}/info/dir): Parallel make fix.
modified:
  Makefile.in                    makefile.in-20091113204419-o5vbwnq5f7feedwu-446
=== modified file 'Makefile.in'
--- a/Makefile.in       2013-12-12 09:02:27 +0000
+++ b/Makefile.in       2013-12-12 09:08:26 +0000
@@ -964,10 +964,9 @@
 ## It would be much simpler if info/dir was only created in the
 ## installation location by the install-info rule, but we also
 ## need one in the source directory for people running uninstalled.
-## The dependency on *.texi is not essential, but it keeps
-## this rule from running needlessly when there are no changes.
-${srcdir}/info/dir: ${srcdir}/build-aux/dir_top ${srcdir}/doc/*/*.texi
-       ${MAKE} ${MFLAGS} info-real
+## FIXME Change make-info-dir to use texi files rather than info-files,
+## depend on ${srcdir}/doc/*/*.texi here rather than info-real.
+${srcdir}/info/dir: info-real ${srcdir}/build-aux/dir_top
        tempfile=info-dir.$$$$; \
        rm -f $${tempfile}; \
        thisdir=`pwd`; \


reply via email to

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