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





------- Additional comments from [EMAIL PROTECTED] Thu Sep 27 22:58:01 +0000 
2007 -------
fix was reverted when macosx stuff was moved to instsetoo_native (or to be more
precise: fix was not integrated into the cws that did the move, so after
macosxversioning01 got integrated in m205, the version with the fix was removed
from desktop and instead an older version was added to instsetoo_native)

anyway: will refix in cloph10 - although with a slightly different fix:

--- makefile.mk 28 Aug 2007 09:18:12 -0000      1.4
+++ makefile.mk 27 Sep 2007 22:42:35 -0000
@@ -92,7 +92,9 @@
        echo "APPL$(CREATOR_TYPE)" > $(CONTENTS)$/PkgInfo
        $(RM) "$(CONTENTS)$/Info.plist" "$(VERSIONED)/$<"

-$(CONTENTS)$/Resources$/Scripts$/%.scpt : application/%.applescript
+$(CONTENTS)$/Resources$/Scripts$/PostInstall.scpt :
$(CONTENTS)$/Resources$/Scripts$/main.scpt
+
+$(CONTENTS)$/Resources$/Scripts$/PostInstall.scpt :
application/PostInstall.applescript
        make_versioned.sh "$<" "$(VERSIONED)/$<"
        osacompile -d -o "$@" "$(VERSIONED)/$<"
        $(RM) "$(VERSIONED)/$<"


There's no reason for a percent-rule at all when there is only one single file
that rule applies to, So I changed that to an explicit target & prerequisite.
The fix for the parallel build issue is the additional requisite that is
specified in a different line (to be able to still use the handy $< macro in the
recipe)

(note: since SRC680_m227 that stuff is skipped for aqua, so when you want to
test to verify the problem and fix with those milestones, use a X11 build)

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