# HG changeset patch # User Paul Eggert # Date 1295328232 28800 # Node ID 34bef019033dd2ef6537dd67a5916f23a063c751 # Parent 71904feb29f6984572a73c945029966b12a9b868 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. diff -r 71904feb29f6 -r 34bef019033d .bzrignore --- a/.bzrignore Mon Jan 17 20:55:12 2011 -0800 +++ b/.bzrignore Mon Jan 17 21:23:52 2011 -0800 @@ -20,9 +20,11 @@ core DOC DOC-* +emacs-*/ makefile Makefile Makefile.c +stamp-h1 stamp_BLD subdirs.el TAGS diff -r 71904feb29f6 -r 34bef019033d ChangeLog --- a/ChangeLog Mon Jan 17 20:55:12 2011 -0800 +++ b/ChangeLog Mon Jan 17 21:23:52 2011 -0800 @@ -1,5 +1,10 @@ 2011-01-18 Paul Eggert + 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 diff -r 71904feb29f6 -r 34bef019033d Makefile.in --- a/Makefile.in Mon Jan 17 20:55:12 2011 -0800 +++ b/Makefile.in Mon Jan 17 21:23:52 2011 -0800 @@ -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)