To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116349





------- Additional comments from c...@openoffice.org Wed Jan 19 10:41:16 +0000 
2011 -------
this

# Helper class

lc = $(subst A,a,$(subst B,b,$(subst C,c,$(subst D,d,$(subst E,e,$(subst
F,f,$(subst G,g,$(subst H,h,$(subst I,i,$(subst J,j,$(subst K,k,$(subst
L,l,$(subst M,m,$(subst N,n,$(subst O,o,$(subst P,p,$(subst Q,q,$(subst
R,r,$(subst S,s,$(subst T,t,$(subst U,u,$(subst V,v,$(subst W,w,$(subst
X,x,$(subst Y,y,$(subst Z,z,$1))))))))))))))))))))))))))

gb_Helper_SRCDIR_NATIVE := $(call lc,$(shell cygpath -m $(SRCDIR)))
gb_Helper_WORKDIR_NATIVE := $(call lc,$(shell cygpath -m $(WORKDIR)))
gb_Helper_OUTDIR_NATIVE := $(call lc,$(shell cygpath -m $(OUTDIR)))
gb_Helper_REPODIR_NATIVE := $(call lc,$(shell cygpath -m $(REPODIR)))

define gb_Helper_abbreviate_dirs_native
R=$(gb_Helper_REPODIR_NATIVE) && $(subst $(REPODIR),$$R,$(subst
$(gb_Helper_REPODIR_NATIVE),$$R,$1 ))
endef

Kind of fixes it for me but I still get some -IE:/cws/cws_name/ooo/solenv/inc


---------------------------------------------------------------------
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to