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

Reply via email to