]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor cleanups for 'bzr status'
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Jan 2011 05:23:52 +0000 (21:23 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Jan 2011 05:23:52 +0000 (21:23 -0800)
* .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
the output of config.guess.
* Makefile.in (top_distclean): Remove stamp-h1 too.

ChangeLog
Makefile.in

index b75ef310f78e661d1de81c3c45b626cba54a2ec5..f365153c63b8bd9c4c6a7d13c0f88ec2cc52c8da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2011-01-18  Paul Eggert  <eggert@cs.ucla.edu>
 
+       Minor cleanups for 'bzr status'
+       * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1,
+       the output of config.guess.
+       * Makefile.in (top_distclean): Remove stamp-h1 too.
+
        * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be
        defined if the compiler supports GCC-style __attribute__
        ((__aligned__ ...)).  IBM AIX and Oracle Solaris Studio support
index 13ecb64d68495cef550c6ec01a7af8f8c57b6372..7edb08434780c33c96e9ccf3093113ff87d35b81 100644 (file)
@@ -787,7 +787,7 @@ top_bootclean=\
 ###      distribution.
 top_distclean=\
        ${top_bootclean}; \
-       rm -f config.status Makefile ${SUBDIR_MAKEFILES}
+       rm -f config.status Makefile stamp-h1 ${SUBDIR_MAKEFILES}
 distclean: FRC
        (cd src;      $(MAKE) $(MFLAGS) distclean)
        (cd oldXMenu; $(MAKE) $(MFLAGS) distclean)