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 11:03:40 +0000 
2011 -------
Thanks to ause, this works at least for tools

lc = $(patsubst A:%,a:%,$(patsubst B:%,b:%,$(patsubst C:%,c:%,$(patsubst
D:%,d:%,$(patsubst E:%,e:%,$(patsubst F:%,f:%,$(patsubst G:%,g:%,$(patsubst
H:%,h:%,$(patsubst I:%,i:%,$(patsubst J:%,j:%,$(patsubst K:%,k:%,$(patsubst
L:%,l:%,$(patsubst M:%,m:%,$(patsubst N:%,n:%,$(patsubst O:%,o:%,$(patsubst
P:%,p:%,$(patsubst Q:%,q:%,$(patsubst R:%,r:%,$(patsubst S:%,s:%,$(patsubst
T:%,t:%,$(patsubst U:%,u:%,$(patsubst V:%,v:%,$(patsubst W:%,w:%,$(patsubst
X:%,x:%,$(patsubst Y:%,y:%,$(patsubst 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)))
$(info $(gb_Helper_REPODIR_NATIVE))

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

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