diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-01-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Minor cleanups for 'bzr status' | ||
| 4 | * .bzrignore: Add emacs-*/, the output of make-dist, and stamp-h1, | ||
| 5 | the output of config.guess. | ||
| 6 | * Makefile.in (top_distclean): Remove stamp-h1 too. | ||
| 7 | |||
| 3 | * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be | 8 | * configure.in (HAVE_ATTRIBUTE_ALIGNED): Arrange for this to be |
| 4 | defined if the compiler supports GCC-style __attribute__ | 9 | defined if the compiler supports GCC-style __attribute__ |
| 5 | ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support | 10 | ((__aligned__ ...)). IBM AIX and Oracle Solaris Studio support |
diff --git a/Makefile.in b/Makefile.in index 13ecb64d684..7edb0843478 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -787,7 +787,7 @@ top_bootclean=\ | |||
| 787 | ### distribution. | 787 | ### distribution. |
| 788 | top_distclean=\ | 788 | top_distclean=\ |
| 789 | ${top_bootclean}; \ | 789 | ${top_bootclean}; \ |
| 790 | rm -f config.status Makefile ${SUBDIR_MAKEFILES} | 790 | rm -f config.status Makefile stamp-h1 ${SUBDIR_MAKEFILES} |
| 791 | distclean: FRC | 791 | distclean: FRC |
| 792 | (cd src; $(MAKE) $(MFLAGS) distclean) | 792 | (cd src; $(MAKE) $(MFLAGS) distclean) |
| 793 | (cd oldXMenu; $(MAKE) $(MFLAGS) distclean) | 793 | (cd oldXMenu; $(MAKE) $(MFLAGS) distclean) |