To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=113389 Issue #|113389 Summary|solenv: can't build without the l10n module Component|tools Version|DEV300m83 Platform|PC URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|mh Reported by|pmladek
------- Additional comments from [email protected] Fri Jul 23 13:50:51 +0000 2010 ------- solenv/inc/target.mk include the following code: --- cut --- # dummy target to keep the build happy if not even the .zip exists. # localization tools deal with not existing # localize.sdf themself "$(LOCALIZESDF)%": @echo $(LOCALIZESDF) @@-$(MKDIRHIER) $(@:d) $(TOUCH) $@ --- cut --- It still required the .zip file though because the "$(LOCALIZESDF)" : $(SOLARCOMMONSDFDIR)/$(PRJNAME).zip was not properly disabled. I'll attach a diff the helped me. --------------------------------------------------------------------- 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]
