To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=43241
------- Additional comments from [EMAIL PROTECTED] Mon Mar 7 01:54:36 -0800 2005 ------- I agree that your smaller patch, removing just the 4NT syntax, works fine, but it also causes these messages to be output when doing a fresh build: The system cannot find the file specified. Could Not Find C:\Temp\dmake\config.h Could Not Find C:\Temp\dmake\dmake.exe because objects/, config.h and dmake.exe don't exist. These messages can be worrying to see because without knowing why they appear users might be concerned that they represent some kind of error. They are easily suppressed by the use of "if exist", as in: if exist objects rd /S /Q objects if exist config.h del config.h if exist dmake.exe del dmake.exe The remainder of my original patch concerns allowing dmake.exe to rebuild itself. I realise that this is not part of the build process documented in read1st.txt, but I think it is a cool feature. Would you like me to create a new issue with these proposed changes, or are you not interested in them at all? --------------------------------------------------------------------- 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]
