public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/38800]  New: gcc 4.4.0 20090109 - make -i -k distclean does not remove amd64/ */* fixincludes/* and /gnattools/*
@ 2009-01-11  3:24 rob1weld at aol dot com
  2009-01-13  0:36 ` [Bug bootstrap/38800] gcc 4.4.0 20090109 - "make -i -k distclean" does not remove amd64/*/* " pinskia at gcc dot gnu dot org
  2009-01-13 14:44 ` rob1weld at aol dot com
  0 siblings, 2 replies; 3+ messages in thread
From: rob1weld at aol dot com @ 2009-01-11  3:24 UTC (permalink / raw)
  To: gcc-bugs

When I type "make -i -k distclean" not all files are removed.

Each missed directory contains the "config.status" file which we would not 
want to remain (and use to recreate the current configuration) through
using "distclean".


# gmake -i -k distclean
gmake[1]: Entering directory `/usr/share/src/gcc_build'
rm -f stage_current
gmake[1]: Leaving directory `/usr/share/src/gcc_build'
rm -rf stage1-* 
rm -rf stage2-* 
rm -rf stage3-* compare 
rm -rf stage4-* compare3 
rm -rf stageb2g0-* 
rm -rf stageb3g2-* compare-debug 
rm -rf stageprofile-* 
rm -rf stagefeedback-* 
gmake[1]: Entering directory `/usr/share/src/gcc_build'
gmake[1]: Leaving directory `/usr/share/src/gcc_build'
rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
rm -f Makefile config.status config.cache mh-frag mt-frag
rm -f maybedep.tmp serdep.tmp
if [ "i386-pc-solaris2.11" != "." ]; then \
          rm -rf i386-pc-solaris2.11; \
        else true; fi
rm -rf build-i386-pc-solaris2.11
if [ "." != "." ]; then \
          rm -rf .; \
        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
gmake: [local-distclean] Error 1 (ignored)
rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null
gmake: [local-distclean] Error 1 (ignored)
rmdir fastjar gcc libiberty texinfo zlib 2>/dev/null
gmake: [local-distclean] Error 1 (ignored)


# ls -l
drwx------ 3 root root       3 2009-01-02 02:04 amd64
drwxr-xr-x 3 root root      19 2009-01-06 00:14 fixincludes
drwxr-xr-x 2 root root       4 2009-01-06 00:14 gnattools
-rw-r--r-- 1 root root      14 2009-01-08 11:06 stage_final


Killing the unwanted files (manually) with:

# find . -name config.status -type f -print -exec rm {} \;
./fixincludes/config.status
./amd64/zlib/config.status
./gnattools/config.status


Thanks,
Rob


-- 
           Summary: gcc 4.4.0 20090109 - make -i -k distclean does not
                    remove amd64/ */* fixincludes/* and /gnattools/*
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rob1weld at aol dot com
 GCC build triplet: i386-pc-solaris2.11
  GCC host triplet: i386-pc-solaris2.11
GCC target triplet: i386-pc-solaris2.11


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


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

* [Bug bootstrap/38800] gcc 4.4.0 20090109 - "make -i -k distclean" does not remove amd64/*/* fixincludes/* and /gnattools/*
  2009-01-11  3:24 [Bug bootstrap/38800] New: gcc 4.4.0 20090109 - make -i -k distclean does not remove amd64/ */* fixincludes/* and /gnattools/* rob1weld at aol dot com
@ 2009-01-13  0:36 ` pinskia at gcc dot gnu dot org
  2009-01-13 14:44 ` rob1weld at aol dot com
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-01-13  0:36 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2009-01-13 00:36 -------
fixincludes is already registered as PR 25470. 

And really PR 3415 is the original bug for it.

*** This bug has been marked as a duplicate of 3415 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug bootstrap/38800] gcc 4.4.0 20090109 - "make -i -k distclean" does not remove amd64/*/* fixincludes/* and /gnattools/*
  2009-01-11  3:24 [Bug bootstrap/38800] New: gcc 4.4.0 20090109 - make -i -k distclean does not remove amd64/ */* fixincludes/* and /gnattools/* rob1weld at aol dot com
  2009-01-13  0:36 ` [Bug bootstrap/38800] gcc 4.4.0 20090109 - "make -i -k distclean" does not remove amd64/*/* " pinskia at gcc dot gnu dot org
@ 2009-01-13 14:44 ` rob1weld at aol dot com
  1 sibling, 0 replies; 3+ messages in thread
From: rob1weld at aol dot com @ 2009-01-13 14:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rob1weld at aol dot com  2009-01-13 14:44 -------
(In reply to comment #1)
> fixincludes is already registered as PR 25470. 
> 
> And really PR 3415 is the original bug for it.
> 
> *** This bug has been marked as a duplicate of 3415 ***
> 

Hehe ...

Only a few years old.


-- 


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


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

end of thread, other threads:[~2009-01-13 14:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-11  3:24 [Bug bootstrap/38800] New: gcc 4.4.0 20090109 - make -i -k distclean does not remove amd64/ */* fixincludes/* and /gnattools/* rob1weld at aol dot com
2009-01-13  0:36 ` [Bug bootstrap/38800] gcc 4.4.0 20090109 - "make -i -k distclean" does not remove amd64/*/* " pinskia at gcc dot gnu dot org
2009-01-13 14:44 ` rob1weld at aol 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).