emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112352: * Makefile.in (bootstrap-cle


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112352: * Makefile.in (bootstrap-clean): Remove stamp-h1 too.
Date: Sun, 21 Apr 2013 22:18:30 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112352
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2013-04-21 22:18:30 -0700
message:
  * Makefile.in (bootstrap-clean): Remove stamp-h1 too.
  
  Without this fix, "make distclean" leaves stamp-h1 behind.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-04-20 07:32:31 +0000
+++ b/src/ChangeLog     2013-04-22 05:18:30 +0000
@@ -1,3 +1,8 @@
+2013-04-22  Paul Eggert  <address@hidden>
+
+       * Makefile.in (bootstrap-clean): Remove stamp-h1 too.
+       Without this fix, "make distclean" leaves stamp-h1 behind.
+
 2013-04-20  Erik Charlebois  <address@hidden>
 
        * w32fns.c (w32_fullscreen_rect): New function to compute the

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2013-04-07 06:21:40 +0000
+++ b/src/Makefile.in   2013-04-22 05:18:30 +0000
@@ -532,7 +532,7 @@
 ## It should remove all files generated during a compilation/bootstrap,
 ## but not things like config.status or TAGS.
 bootstrap-clean: clean
-       rm -f epaths.h config.h config.stamp stamp-oldxmenu ../etc/DOC-*
+       rm -f epaths.h config.h config.stamp stamp-h1 stamp-oldxmenu 
../etc/DOC-*
        if test -f ./.gdbinit; then \
          mv ./.gdbinit ./.gdbinit.save; \
          if test -f "$(srcdir)/.gdbinit"; then rm -f ./.gdbinit.save; \


reply via email to

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