public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/26688]  New: Classpath Makefiles assume CVS source control
@ 2006-03-15  8:38 tim dot vanholder at anubex dot com
  2006-03-15 19:45 ` [Bug libgcj/26688] " tromey at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: tim dot vanholder at anubex dot com @ 2006-03-15  8:38 UTC (permalink / raw)
  To: java-prs

The makefiles for classpath, as included in the libjava tree, run find to
gather lists of specific files (for META-INF etc).  The matched files are then
copied to the build tree.
However, the command lines used for the find invocations specifically mention
'CVS' as a directory to exclude; since gcc has switched to subversion, '.svn'
should be excluded instead.
I /think/ this only impacts the list of files in the build tree, and as such is
fairly trivial, but I suppose the files may end up being included in some jar
file too.


-- 
           Summary: Classpath Makefiles assume CVS source control
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tim dot vanholder at anubex dot com
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug libgcj/26688] Classpath Makefiles assume CVS source control
  2006-03-15  8:38 [Bug java/26688] New: Classpath Makefiles assume CVS source control tim dot vanholder at anubex dot com
@ 2006-03-15 19:45 ` tromey at gcc dot gnu dot org
  2006-03-15 23:00 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-03-15 19:45 UTC (permalink / raw)
  To: java-prs



-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-15 19:45:35
               date|                            |


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


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

* [Bug libgcj/26688] Classpath Makefiles assume CVS source control
  2006-03-15  8:38 [Bug java/26688] New: Classpath Makefiles assume CVS source control tim dot vanholder at anubex dot com
  2006-03-15 19:45 ` [Bug libgcj/26688] " tromey at gcc dot gnu dot org
@ 2006-03-15 23:00 ` pinskia at gcc dot gnu dot org
  2006-03-16  0:19 ` [Bug classpath/26688] " tromey at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-15 23:00 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-03-15 23:00 -------
*** Bug 26707 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schwab at suse dot de


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


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

* [Bug classpath/26688] Classpath Makefiles assume CVS source control
  2006-03-15  8:38 [Bug java/26688] New: Classpath Makefiles assume CVS source control tim dot vanholder at anubex dot com
  2006-03-15 19:45 ` [Bug libgcj/26688] " tromey at gcc dot gnu dot org
  2006-03-15 23:00 ` pinskia at gcc dot gnu dot org
@ 2006-03-16  0:19 ` tromey at gcc dot gnu dot org
  2006-03-16  1:54 ` tromey at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-03-16  0:19 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from tromey at gcc dot gnu dot org  2006-03-16 00:19 -------
I'm not certain that this should be fixed in Classpath.
After all, Classpath doesn't use svn.

I have a fix for libgcj which I will check in soon.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |tromey at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-03-15 19:45:35         |2006-03-16 00:19:49
               date|                            |


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


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

* [Bug classpath/26688] Classpath Makefiles assume CVS source control
  2006-03-15  8:38 [Bug java/26688] New: Classpath Makefiles assume CVS source control tim dot vanholder at anubex dot com
                   ` (2 preceding siblings ...)
  2006-03-16  0:19 ` [Bug classpath/26688] " tromey at gcc dot gnu dot org
@ 2006-03-16  1:54 ` tromey at gcc dot gnu dot org
  2006-03-16  1:58 ` tromey at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-03-16  1:54 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from tromey at gcc dot gnu dot org  2006-03-16 01:54 -------
Subject: Bug 26688

Author: tromey
Date: Thu Mar 16 01:54:51 2006
New Revision: 112115

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112115
Log:
        PR libgcj/26688:
        * lib/Makefile.in: Rebuilt.
        * lib/Makefile.am (propertydirs): Ignore .svn directories.
        (metafiles): Likewise.

Modified:
    trunk/libjava/classpath/ChangeLog.gcj
    trunk/libjava/classpath/lib/Makefile.am
    trunk/libjava/classpath/lib/Makefile.in


-- 


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


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

* [Bug classpath/26688] Classpath Makefiles assume CVS source control
  2006-03-15  8:38 [Bug java/26688] New: Classpath Makefiles assume CVS source control tim dot vanholder at anubex dot com
                   ` (3 preceding siblings ...)
  2006-03-16  1:54 ` tromey at gcc dot gnu dot org
@ 2006-03-16  1:58 ` tromey at gcc dot gnu dot org
  2006-03-16  1:59 ` tromey at gcc dot gnu dot org
  2006-04-27 12:13 ` gnu_andrew at member dot fsf dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-03-16  1:58 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from tromey at gcc dot gnu dot org  2006-03-16 01:58 -------
Subject: Bug 26688

Author: tromey
Date: Thu Mar 16 01:58:38 2006
New Revision: 112116

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112116
Log:
        PR libgcj/26688:
        * lib/Makefile.in: Rebuilt.
        * lib/Makefile.am (propertydirs): Ignore .svn directories.
        (metafiles): Likewise.

Modified:
    branches/gcc-4_1-branch/libjava/classpath/ChangeLog.gcj
    branches/gcc-4_1-branch/libjava/classpath/lib/Makefile.am
    branches/gcc-4_1-branch/libjava/classpath/lib/Makefile.in


-- 


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


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

* [Bug classpath/26688] Classpath Makefiles assume CVS source control
  2006-03-15  8:38 [Bug java/26688] New: Classpath Makefiles assume CVS source control tim dot vanholder at anubex dot com
                   ` (4 preceding siblings ...)
  2006-03-16  1:58 ` tromey at gcc dot gnu dot org
@ 2006-03-16  1:59 ` tromey at gcc dot gnu dot org
  2006-04-27 12:13 ` gnu_andrew at member dot fsf dot org
  6 siblings, 0 replies; 8+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-03-16  1:59 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from tromey at gcc dot gnu dot org  2006-03-16 01:59 -------
I fixed this in GCC svn.


-- 

tromey at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug classpath/26688] Classpath Makefiles assume CVS source control
  2006-03-15  8:38 [Bug java/26688] New: Classpath Makefiles assume CVS source control tim dot vanholder at anubex dot com
                   ` (5 preceding siblings ...)
  2006-03-16  1:59 ` tromey at gcc dot gnu dot org
@ 2006-04-27 12:13 ` gnu_andrew at member dot fsf dot org
  6 siblings, 0 replies; 8+ messages in thread
From: gnu_andrew at member dot fsf dot org @ 2006-04-27 12:13 UTC (permalink / raw)
  To: java-prs



-- 

gnu_andrew at member dot fsf dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |0.91


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


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

end of thread, other threads:[~2006-04-27 12:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-15  8:38 [Bug java/26688] New: Classpath Makefiles assume CVS source control tim dot vanholder at anubex dot com
2006-03-15 19:45 ` [Bug libgcj/26688] " tromey at gcc dot gnu dot org
2006-03-15 23:00 ` pinskia at gcc dot gnu dot org
2006-03-16  0:19 ` [Bug classpath/26688] " tromey at gcc dot gnu dot org
2006-03-16  1:54 ` tromey at gcc dot gnu dot org
2006-03-16  1:58 ` tromey at gcc dot gnu dot org
2006-03-16  1:59 ` tromey at gcc dot gnu dot org
2006-04-27 12:13 ` gnu_andrew at member dot fsf 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).