This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/11219] New: 'make distclean' aborts
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jun 2003 09:12:50 -0000
- Subject: [Bug other/11219] New: 'make distclean' aborts
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11219
Summary: 'make distclean' aborts
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: other
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: ebotcazou@gcc.gnu.org
CC: gcc-bugs@gcc.gnu.org
GCC build triplet: i586-redhat-linux-gnu
GCC host triplet: i586-redhat-linux-gnu
GCC target triplet: i586-redhat-linux-gnu
You need to invoke 'make distclean' three times to let it complete its work.
The first time it aborts in the $(TARGET_SUBDIR)/zlib directory because it finds
no rule for 'multi-clean'. The second time it aborts in
$(TARGET_SUBDIR)/boehm-gc directory for the very same reason. The third time it
eventually reaches the final stage, which is to delete empty directories.
Note that it doesn't delete a few generated files in gcc/f and gcc/java either,
as well as various files in gcc/testsuite.