emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117440: * admin/grammars/Makefile.in (bootstrap-cle


From: Glenn Morris
Subject: [Emacs-diffs] trunk r117440: * admin/grammars/Makefile.in (bootstrap-clean): Don't delete Makefile,
Date: Sun, 29 Jun 2014 00:46:46 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117440
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2014-06-28 17:46:40 -0700
message:
  * admin/grammars/Makefile.in (bootstrap-clean): Don't delete Makefile,
  for sake of top-level maintainer-clean rule.
modified:
  admin/ChangeLog                changelog-20091113204419-o5vbwnq5f7feedwu-2226
  admin/grammars/Makefile.in     makefile.in-20131130001301-3lt9hqzbk9kx1z05-1
=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2014-06-26 06:55:15 +0000
+++ b/admin/ChangeLog   2014-06-29 00:46:40 +0000
@@ -1,3 +1,8 @@
+2014-06-29  Glenn Morris  <address@hidden>
+
+       * grammars/Makefile.in (bootstrap-clean): Don't delete Makefile,
+       for sake of top-level maintainer-clean rule.
+
 2014-06-26  Eli Zaretskii  <address@hidden>
 
        * notes/unicode: Some notes about what to do when a new Unicode

=== modified file 'admin/grammars/Makefile.in'
--- a/admin/grammars/Makefile.in        2014-06-25 06:23:04 +0000
+++ b/admin/grammars/Makefile.in        2014-06-29 00:46:40 +0000
@@ -99,7 +99,10 @@
 distclean:
        rm -f Makefile
 
-bootstrap-clean maintainer-clean: distclean
+## Perhaps this should do what extraclean (qv) does.
+bootstrap-clean:
+
+maintainer-clean: distclean
 
 ## We do not normally delete the generated files, even in bootstrap.
 ## Creating them does not take long, so we could easily change this.


reply via email to

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