public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/11219] New: 'make distclean' aborts
@ 2003-06-17  9:13 ebotcazou@gcc.gnu.org
  2003-06-17 14:46 ` [Bug other/11219] " neroden@gcc.gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ebotcazou@gcc.gnu.org @ 2003-06-17  9:13 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/11219] 'make distclean' aborts
  2003-06-17  9:13 [Bug other/11219] New: 'make distclean' aborts ebotcazou@gcc.gnu.org
@ 2003-06-17 14:46 ` neroden@gcc.gnu.org
  2003-06-19 13:11 ` [Bug other/11219] 'make distclean' aborts (bugs in boehm-gc, zlib Makefiles) ebotcazou at gcc dot gnu dot org
  2003-08-23  1:54 ` dhazeghi at yahoo dot com
  2 siblings, 0 replies; 4+ messages in thread
From: neroden@gcc.gnu.org @ 2003-06-17 14:46 UTC (permalink / raw)
  To: gcc-bugs

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


neroden@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-17 14:46:14
               date|                            |


------- Additional Comments From neroden@gcc.gnu.org  2003-06-17 14:46 -------
This is several separate bugs:
1. The failure in $(TARGET_SUBDIR)/zlib.  This is a bug in the zlib Makefile.am.
2. The failure in $(TARGET_SUBDIR)/boehm-gc.  This is a bug in the boehm-gc Makefile.am.
3. Files not cleaned in gcc/f.  This is a bug in gcc/f/Make-lang.in.
4. Files not cleaned in gcc/java.  This is a bug in gcc/java/Make-lang.in.
5. Files not cleaned in gcc/testsuite.  This is a bug in gcc/Makefile.in.

The top level works fine. ;-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/11219] 'make distclean' aborts (bugs in boehm-gc, zlib Makefiles)
  2003-06-17  9:13 [Bug other/11219] New: 'make distclean' aborts ebotcazou@gcc.gnu.org
  2003-06-17 14:46 ` [Bug other/11219] " neroden@gcc.gnu.org
@ 2003-06-19 13:11 ` ebotcazou at gcc dot gnu dot org
  2003-08-23  1:54 ` dhazeghi at yahoo dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-06-19 13:11 UTC (permalink / raw)
  To: gcc-bugs

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


ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|3.4                         |3.3


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-06-19 13:11 -------
The problem is present on both 3.3 branch and mainline.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/11219] 'make distclean' aborts (bugs in boehm-gc, zlib Makefiles)
  2003-06-17  9:13 [Bug other/11219] New: 'make distclean' aborts ebotcazou@gcc.gnu.org
  2003-06-17 14:46 ` [Bug other/11219] " neroden@gcc.gnu.org
  2003-06-19 13:11 ` [Bug other/11219] 'make distclean' aborts (bugs in boehm-gc, zlib Makefiles) ebotcazou at gcc dot gnu dot org
@ 2003-08-23  1:54 ` dhazeghi at yahoo dot com
  2 siblings, 0 replies; 4+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  1:54 UTC (permalink / raw)
  To: gcc-bugs

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|*-*-*                       |
   GCC host triplet|*-*-*                       |
 GCC target triplet|*-*-*                       |
           Keywords|                            |build
   Target Milestone|3.4                         |---


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-23  1:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-17  9:13 [Bug other/11219] New: 'make distclean' aborts ebotcazou@gcc.gnu.org
2003-06-17 14:46 ` [Bug other/11219] " neroden@gcc.gnu.org
2003-06-19 13:11 ` [Bug other/11219] 'make distclean' aborts (bugs in boehm-gc, zlib Makefiles) ebotcazou at gcc dot gnu dot org
2003-08-23  1:54 ` dhazeghi at yahoo dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).