To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81296
User er changed the following:
What |Old value |New value
================================================================================
CC|'er,vq' |'er,khong,vq'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Sep 5 15:36:23 +0000
2007 -------
Hi Ause,
Data targets that possibly suffer from the same dmake bug:
i18npool/source/breakiterator/data/makefile.mk
$(foreach,i,$(shell $(FIND) . -name "*.dic") $(MISC)$/dict_$(i:b).cxx) :
$(BIN)$/gendict$(EXECPOST)
i18npool/source/collator/data/makefile.mk
$(foreach,i,$(shell $(FIND) . -name "*.txt") $(MISC)$/dict_$(i:b).cxx) :
$(BIN)$/gencoll_rule
i18npool/source/indexentry/data/makefile.mk
$(foreach,i,$(shell $(FIND) . -name "*.txt") $(MISC)$/dict_$(i:b).cxx) :
$(BIN)$/genindex_data
i18npool/source/textconversion/data/makefile.mk
$(foreach,i,$(shell $(FIND) . -name "*.dic") $(MISC)$/dict_$(i:b).cxx) :
$(BIN)$/genconv_dict
i18npool/source/localedata/data/makefile.mk
probably is clean because it explicitly lists the interim .cxx files as well.
While at it: the data targets depend on an executable that is build before data
is processed, some prerequisites are written as $(BIN)/executable
Those should be $(BIN)/executable$(EXECPOST) instead to catch the Windows .exe
extension.
Thanks
Eike
---------------------------------------------------------------------
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]