diff options
| author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-08 03:35:16 +0000 |
|---|---|---|
| committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-08 03:35:16 +0000 |
| commit | b9b564e0b1e746f3863f0912c30168fc8708549e (patch) | |
| tree | 4bf227d5b707c2a806914f5edae5b842e3a8938c | |
| parent | 23f172476f886f96fdda25992c64ff5c6c2ad15d (diff) | |
| download | ppe42-gcc-b9b564e0b1e746f3863f0912c30168fc8708549e.tar.gz ppe42-gcc-b9b564e0b1e746f3863f0912c30168fc8708549e.zip | |
* Makefile.in (local-distclean): Remove leftover built files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38126 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Makefile.in | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 96e4a6eeccc..8f5227a2ee0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-12-07 Mike Stump <mrs@wrs.com> + + * Makefile.in (local-distclean): Remove leftover built files. + 2000-11-24 Nick Clifton <nickc@redhat.com> * configure.in (xscale-elf): Add target. diff --git a/Makefile.in b/Makefile.in index 76cf5825cbd..7f11e59cd6c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1025,6 +1025,11 @@ local-distclean: -if [ "$(TARGET_SUBDIR)" != "." ]; then \ rm -rf $(TARGET_SUBDIR); \ else true; fi + rm -f texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile + rm -f texinfo/doc/Makefile texinfo/po/POTFILES + -rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null + -rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null + -rmdir gcc libiberty texinfo zlib 2>/dev/null local-maintainer-clean: @echo "This command is intended for maintainers to use;" |

