public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/11571] New: objdir/intl not cleaned up by 'make distclean'
@ 2003-07-18 10:14 ebotcazou at gcc dot gnu dot org
  2003-07-18 10:54 ` [Bug other/11571] " pinskia at physics dot uc dot edu
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-07-18 10:14 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=11571

           Summary: objdir/intl not cleaned up by 'make distclean'
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ebotcazou at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i586-redhat-linux-gnu
  GCC host triplet: i586-redhat-linux-gnu
GCC target triplet: i586-redhat-linux-gnu

The 'distclean' target was not properly updated when intl was moved to the
top-level. After 'make distclean', I see these files in objdir/intl:
config.h  config.intl  config.log  config.status


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

* [Bug other/11571] objdir/intl not cleaned up by 'make distclean'
  2003-07-18 10:14 [Bug other/11571] New: objdir/intl not cleaned up by 'make distclean' ebotcazou at gcc dot gnu dot org
@ 2003-07-18 10:54 ` pinskia at physics dot uc dot edu
  2003-07-25  3:05 ` pinskia at physics dot uc dot edu
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-18 10: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=11571


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
 GCC target triplet|i586-redhat-linux-gnu       |
   Last reconfirmed|0000-00-00 00:00:00         |2003-07-18 10:54:00
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-18 10:53 -------
I can confirm this behivor on the mainline (20030718).


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

* [Bug other/11571] objdir/intl not cleaned up by 'make distclean'
  2003-07-18 10:14 [Bug other/11571] New: objdir/intl not cleaned up by 'make distclean' ebotcazou at gcc dot gnu dot org
  2003-07-18 10:54 ` [Bug other/11571] " pinskia at physics dot uc dot edu
@ 2003-07-25  3:05 ` pinskia at physics dot uc dot edu
  2003-08-23  0:50 ` [Bug other/11571] [3.4 regression] " dhazeghi at yahoo dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-25  3:05 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=11571


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-07-25 02:58:42         |2003-07-25 03:05:39
               date|                            |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-25 03:05 -------
The makefile in intl does not remove those files for some reason.


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

* [Bug other/11571] [3.4 regression] objdir/intl not cleaned up by 'make distclean'
  2003-07-18 10:14 [Bug other/11571] New: objdir/intl not cleaned up by 'make distclean' ebotcazou at gcc dot gnu dot org
  2003-07-18 10:54 ` [Bug other/11571] " pinskia at physics dot uc dot edu
  2003-07-25  3:05 ` pinskia at physics dot uc dot edu
@ 2003-08-23  0:50 ` dhazeghi at yahoo dot com
  2003-12-21 17:19 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  0:50 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=11571


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build
            Summary|objdir/intl not cleaned up  |[3.4 regression] objdir/intl
                   |by 'make distclean'         |not cleaned up by 'make
                   |                            |distclean'


------- Additional Comments From dhazeghi at yahoo dot com  2003-08-23 00:50 -------
This is a regression (admittedly a minor one), since this worked with 3.3.X.


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

* [Bug other/11571] [3.4 regression] objdir/intl not cleaned up by 'make distclean'
  2003-07-18 10:14 [Bug other/11571] New: objdir/intl not cleaned up by 'make distclean' ebotcazou at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2003-08-23  0:50 ` [Bug other/11571] [3.4 regression] " dhazeghi at yahoo dot com
@ 2003-12-21 17:19 ` pinskia at gcc dot gnu dot org
  2004-01-14  4:23 ` giovannibajo at libero dot it
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-21 17:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-21 17:11 -------
Not release critical.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11571


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

* [Bug other/11571] [3.4 regression] objdir/intl not cleaned up by 'make distclean'
  2003-07-18 10:14 [Bug other/11571] New: objdir/intl not cleaned up by 'make distclean' ebotcazou at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2003-12-21 17:19 ` pinskia at gcc dot gnu dot org
@ 2004-01-14  4:23 ` giovannibajo at libero dot it
  2004-01-14  4:31 ` [Bug other/11571] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: giovannibajo at libero dot it @ 2004-01-14  4:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-01-14 04:23 -------
Moving back the milestone, since saying "minor" is enough to understand that 
it's not a showstopper. RM will decide.

Nathanael, I have this feeling you could fix it in seconds :) Would you please 
have a look?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |giovannibajo at libero dot
                   |                            |it, neroden at twcny dot rr
                   |                            |dot com
   Target Milestone|3.5.0                       |3.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11571


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

* [Bug other/11571] objdir/intl not cleaned up by 'make distclean'
  2003-07-18 10:14 [Bug other/11571] New: objdir/intl not cleaned up by 'make distclean' ebotcazou at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-01-14  4:23 ` giovannibajo at libero dot it
@ 2004-01-14  4:31 ` pinskia at gcc dot gnu dot org
  2004-01-14  6:59 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-14  4:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-14 04:31 -------
Not a regression at all because it is new and it works with "make distclean" in the toplevel objdir 
(there is another bug about this in other ones too).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[3.4 regression] objdir/intl|objdir/intl not cleaned up
                   |not cleaned up by 'make     |by 'make distclean'
                   |distclean'                  |
   Target Milestone|3.4.0                       |---


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11571


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

* [Bug other/11571] objdir/intl not cleaned up by 'make distclean'
  2003-07-18 10:14 [Bug other/11571] New: objdir/intl not cleaned up by 'make distclean' ebotcazou at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-01-14  4:31 ` [Bug other/11571] " pinskia at gcc dot gnu dot org
@ 2004-01-14  6:59 ` ebotcazou at gcc dot gnu dot org
  2004-01-14 18:06 ` neroden at twcny dot rr dot com
  2005-01-04  7:16 ` ebotcazou at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-01-14  6:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-01-14 06:59 -------
> Here is the 'instant fix'.

Thanks.

> I leave it to someone else to test it, see if it works, submit it, commit it -- 
> it's not big enough for me to claim any personal interest.

Strange words from a maintainer of the configure machinery...

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11571


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

* [Bug other/11571] objdir/intl not cleaned up by 'make distclean'
  2003-07-18 10:14 [Bug other/11571] New: objdir/intl not cleaned up by 'make distclean' ebotcazou at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-01-14  6:59 ` ebotcazou at gcc dot gnu dot org
@ 2004-01-14 18:06 ` neroden at twcny dot rr dot com
  2005-01-04  7:16 ` ebotcazou at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: neroden at twcny dot rr dot com @ 2004-01-14 18:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From neroden at twcny dot rr dot com  2004-01-14 18:06 -------
Subject: Re:  objdir/intl not cleaned up by 'make distclean'

ebotcazou at gcc dot gnu dot org wrote:
> ------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-01-14 06:59 -------
> 
>>Here is the 'instant fix'.
> 
> 
> Thanks.
> 
> 
>>I leave it to someone else to test it, see if it works, submit it, commit it -- 
>>it's not big enough for me to claim any personal interest.
> 
> 
> Strange words from a maintainer of the configure machinery...

Yeah, I know.  But I never 'make clean'.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11571


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

* [Bug other/11571] objdir/intl not cleaned up by 'make distclean'
  2003-07-18 10:14 [Bug other/11571] New: objdir/intl not cleaned up by 'make distclean' ebotcazou at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-01-14 18:06 ` neroden at twcny dot rr dot com
@ 2005-01-04  7:16 ` ebotcazou at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-01-04  7:16 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11571


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

end of thread, other threads:[~2005-01-04  7:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-18 10:14 [Bug other/11571] New: objdir/intl not cleaned up by 'make distclean' ebotcazou at gcc dot gnu dot org
2003-07-18 10:54 ` [Bug other/11571] " pinskia at physics dot uc dot edu
2003-07-25  3:05 ` pinskia at physics dot uc dot edu
2003-08-23  0:50 ` [Bug other/11571] [3.4 regression] " dhazeghi at yahoo dot com
2003-12-21 17:19 ` pinskia at gcc dot gnu dot org
2004-01-14  4:23 ` giovannibajo at libero dot it
2004-01-14  4:31 ` [Bug other/11571] " pinskia at gcc dot gnu dot org
2004-01-14  6:59 ` ebotcazou at gcc dot gnu dot org
2004-01-14 18:06 ` neroden at twcny dot rr dot com
2005-01-04  7:16 ` ebotcazou at gcc dot gnu dot org

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