public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/43258]  New: In-tree build may fail in libjava/classpath/tools
@ 2010-03-04 17:21 ro at gcc dot gnu dot org
  0 siblings, 0 replies; only message in thread
From: ro at gcc dot gnu dot org @ 2010-03-04 17:21 UTC (permalink / raw)
  To: gcc-bugs

During the review of the patch for PR libgcj/38251

  PATCH: Avoid command line length limit building tools.zip (PR libgcj/38251)
  http://gcc.gnu.org/ml/java-patches/2010-q1/msg00021.html

it was discovered that in-tree builds are most likely broken in
libjava/classpass/tools due to those commands for the $(TOOLS_ZIP) target:

        cp -pR $(srcdir)/asm .
        cp -pR $(srcdir)/classes .
        if [ -d asm/.svn ]; then \
          find asm classes -depth -type d -name .svn -exec rm -rf \{\} \;; \
        fi


-- 
           Summary: In-tree build may fail in libjava/classpath/tools
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: build
          Severity: normal
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ro at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-04 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-04 17:21 [Bug libgcj/43258] New: In-tree build may fail in libjava/classpath/tools ro 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).