To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63684
                  Issue #:|63684
                  Summary:|IDLPACKAGENAME is set using $(shell ..)
                Component:|tools
                  Version:|current
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|solenv
              Assigned to:|vq
              Reported by:|vq





------- Additional comments from [EMAIL PROTECTED] Mon Mar 27 08:54:21 -0800 
2006 -------
IDLPACKAGENAME is set using

IDLPACKAGENAME:=$(shell, +echo $(IDLPACKAGE) | $(SED) 's/\\/\//g' )

in settings.mk. First we should check if it really is needed as a "toplevel"
macro and secondly it's not needed to spawn a shell for this. This should do:

IDLPACKAGENAME:=$(IDLPACKAGE:sX\X/X)

---------------------------------------------------------------------
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