1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

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.
This commit is contained in:
Paul Eggert 2011-01-17 21:23:52 -08:00
parent 7cae64b4ee
commit 53911e8f4e
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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)