emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102889: Minor cleanups for 'bzr stat


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102889: Minor cleanups for 'bzr status'
Date: Mon, 17 Jan 2011 21:23:52 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102889
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2011-01-17 21:23:52 -0800
message:
  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.
modified:
  .bzrignore
  ChangeLog
  Makefile.in
=== modified file '.bzrignore'
--- a/.bzrignore        2011-01-09 08:30:09 +0000
+++ b/.bzrignore        2011-01-18 05:23:52 +0000
@@ -20,9 +20,11 @@
 core
 DOC
 DOC-*
+emacs-*/
 makefile
 Makefile
 Makefile.c
+stamp-h1
 stamp_BLD
 subdirs.el
 TAGS

=== modified file 'ChangeLog'
--- a/ChangeLog 2011-01-18 04:54:23 +0000
+++ b/ChangeLog 2011-01-18 05:23:52 +0000
@@ -1,5 +1,10 @@
 2011-01-18  Paul Eggert  <address@hidden>
 
+       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

=== modified file 'Makefile.in'
--- a/Makefile.in       2011-01-17 19:20:37 +0000
+++ b/Makefile.in       2011-01-18 05:23:52 +0000
@@ -787,7 +787,7 @@
 ###      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)


reply via email to

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