emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116987: * Makefile.in (force-info): Remove.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r116987: * Makefile.in (force-info): Remove.
Date: Thu, 17 Apr 2014 06:02:41 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116987
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2014-04-16 23:02:38 -0700
message:
  * Makefile.in (force-info): Remove.
  
  All uses removed.  This hack is no longer needed here
  now that we can assume GNU Make's .PHONY feature works.
  (bootstrap): No need to make 'info', since 'all' now implies 'info'.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  Makefile.in                    makefile.in-20091113204419-o5vbwnq5f7feedwu-446
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-04-17 02:05:48 +0000
+++ b/ChangeLog 2014-04-17 06:02:38 +0000
@@ -1,8 +1,9 @@
 2014-04-17  Paul Eggert  <address@hidden>
 
-       * Makefile.in (FRC): Remove.
+       * Makefile.in (FRC, force-info): Remove.
        All uses removed.  This hack is no longer needed here
        now that we can assume GNU Make's .PHONY feature works.
+       (bootstrap): No need to make 'info', since 'all' now implies 'info'.
 
 2014-04-16  Eli Zaretskii  <address@hidden>
 

=== modified file 'Makefile.in'
--- a/Makefile.in       2014-04-17 02:05:48 +0000
+++ b/Makefile.in       2014-04-17 06:02:38 +0000
@@ -951,7 +951,7 @@
        t=$@; IFS=-; set $$t; IFS=; cd doc/$$1 && $(MAKE) $(MFLAGS) $$2
 
 .PHONY: $(DOCS) docs pdf ps
-.PHONY: info dvi dist check html info-real info-dir force-info check-info
+.PHONY: info dvi dist check html info-real info-dir check-info
 
 ## TODO add etc/refcards.
 docs: $(DOCS)
@@ -1032,7 +1032,6 @@
 uninstall-ps: $(UNINSTALL_PS)
 
 
-force-info:
 # Note that man/Makefile knows how to put the info files in $(srcdir),
 # so we can do ok running make in the build dir.
 # This used to have a clause that exited with an error if MAKEINFO = no.
@@ -1044,7 +1043,7 @@
 # would require changing every rule in doc/ that builds an info file,
 # and it's not worth it.  This case is only relevant if you download a
 # release, then change the .texi files.
-info: force-info
+info:
        @if test "$(HAVE_MAKEINFO)" = "no"; then \
          echo "Configured --without-makeinfo, not building manuals" ; \
        else \
@@ -1089,7 +1088,7 @@
 bootstrap: bootstrap-clean
        cd $(srcdir) && ./autogen.sh
        $(MAKE) $(MFLAGS) MAKEFILE_NAME=force-Makefile force-Makefile
-       $(MAKE) $(MFLAGS) info all
+       $(MAKE) $(MFLAGS) all
 
 .PHONY: check-declare
 


reply via email to

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