To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79625
------- Additional comments from [EMAIL PROTECTED] Sun Jul 15 06:03:13 +0000
2007 -------
@ause: The previous patch should help, not tested yet, but I found two strange
occurences of @@ that were used in a $(shell ..) command.
In solenv/inc/target.mk:
LOCALJARS:=$(foreach,i,$(shell @@-cd $(JARDIR) && ls -1 $(JARFILES) )
$(JARDIR)$/$i)
and in solenv/inc/tg_dep.mk:
@@-echo $(foreach,i,$(DEPFILES) $(shell @@$(4nt_force_shell)-del $i))
...
Ah! The use of @@ in shell escapes suppresses the stderr output, together with
the '-' this is silencing the shell escape.
Sorry, the previous patch is wrong, I replaced the @@ in those places with @,
but that was wrong.
---------------------------------------------------------------------
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]