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





------- Additional comments from [EMAIL PROTECTED] Mon Jun 26 09:15:53 -0700 
2006 -------
> Why move it?
Because this:

%udkversion.mk : $(PRJ)$/inc$/udkversion.mk
        @+$(COPY) $(PRJ)$/inc$/udkversion.mk $@
 
.INCLUDE .IGNORE : $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/udkversion.mk

is done for every dmake call, and thanks to our current infrastructure
and use of build.pl that are quite a few. Basically the toplevel makefile tries
to do the job of the module and creates/delivers udkversion.mk. Why do we have
per module makefiles? Can't we move all comands to settings.mk?

So you always trigger the inference and then you ignore if it doesn't work.

Luckily sal is one of the first modules, so that the inference stopps early.
After that you just needlessly clutter the toplevel makefiles.

And all this for three variables that are defined in a non-standard,
undocumented location.

(IMHO these three variables should go into solarenv / <os>env.set )

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