To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66004
                  Issue #:|66004
                  Summary:|(parallel) build breaks in ridljar because mkdir
                          |reports error on existing directory
                Component:|udk
                  Version:|680m167
                 Platform:|All
                      URL:|
               OS/Version:|Linux
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|kr
              Reported by:|cloph





------- Additional comments from [EMAIL PROTECTED] Thu Jun  1 05:25:41 -0700 
2006 -------
See e.g.
http://go-oo.org/tinderbox/gunzip.cgi?tree=SRC680_m171&brief-log=1149120426.3366#EOF

The build breaks in ridljar, because the target in
ridljar/source/unoloader/com/sun/star/lib/unoloader/makefile.mk contains:

$(MISC)$/$(TARGET).mkdir.done .ERRREMOVE:
    $(MKDIR) $(CLASSDIR)
    $(TOUCH) $@

mkdir exits with an error when the target-directory already exists. Using
MKDIRHIER instead (mkdir -p on linux) would solve the problem.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to