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


User vq changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|vq                        |hjs
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sat Apr  9 14:42:44 -0700 
2005 -------
I committed also the following variation of your original patch. This is again
a no risk patch for OOo because it doesn't use this startup.mk file.

If you want to override the setting of one of these (OS OSRELEASE OSENVIRONMENT)
macros it is possible to define them on the command line. E.g.:
$ dmake OS=MY_OS.
IMHO it's a reasonable change and it doesn't conflict with the man page.

+++ dmake/startup/startup.mk    9 Apr 2005 21:33:38 -0000
@@ -24,7 +24,9 @@
 __.EXECS     !:= yes            # yes => define how to build executables.
 
 # Grab key definitions from the environment
-.IMPORT .IGNORE : OS OSRELEASE OSENVIRONMENT TMPDIR SHELL
+# The variables OS OSRELEASE OSENVIRONMENT were removed from this
+# list because of windows. See issue 43254 for details. 
+.IMPORT .IGNORE : TMPDIR SHELL
 
 # Default DMAKE configuration, if not overriden by environment
 .INCLUDE .NOINFER $(!null,$(OS) .IGNORE) : $(INCFILENAME:d)config.mk


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