You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2013/10/30 09:34:47 UTC

svn commit: r1537006 - /openoffice/trunk/main/instsetoo_native/util/makefile.mk

Author: af
Date: Wed Oct 30 08:34:46 2013
New Revision: 1537006

URL: http://svn.apache.org/r1537006
Log:
123532: Hide one warning about changes of %-target handling in dmake 4.5.

Modified:
    openoffice/trunk/main/instsetoo_native/util/makefile.mk

Modified: openoffice/trunk/main/instsetoo_native/util/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/instsetoo_native/util/makefile.mk?rev=1537006&r1=1537005&r2=1537006&view=diff
==============================================================================
--- openoffice/trunk/main/instsetoo_native/util/makefile.mk (original)
+++ openoffice/trunk/main/instsetoo_native/util/makefile.mk Wed Oct 30 08:34:46 2013
@@ -203,7 +203,7 @@ $(MAKETARGETS){$(PKGFORMAT:^".")} : $(AD
 # This macro makes calling the make_installer.pl script a bit easier.
 # Just add -p and -msitemplate switches.
 MAKE_INSTALLER_COMMAND=					\
-	$(PERL) -w $(SOLARENV)$/bin$/make_installer.pl 	\
+	@$(PERL) -w $(SOLARENV)$/bin$/make_installer.pl 	\
 		-f $(PRJ)$/util$/openoffice.lst 	\
 		-l $(subst,$(@:s/_/ /:1)_, $(@:b)) 	\
 		-u $(OUT) 				\
@@ -215,14 +215,23 @@ MAKE_INSTALLER_COMMAND=					\
 # This macro makes calling gen_update_info.pl a bit easier
 # Just add --product switches, and xml input file and redirect output.
 GEN_UPDATE_INFO_COMMAND=					\
-	$(PERL) -w $(SOLARENV)$/bin$/gen_update_info.pl		\
+	@$(PERL) -w $(SOLARENV)$/bin$/gen_update_info.pl		\
 		--buildid $(BUILD)				\
 		--arch "$(RTL_ARCH)"				\
 		--os "$(RTL_OS)"				\
 		--lstfile $(PRJ)$/util$/openoffice.lst		\
 		--languages $(subst,$(@:s/_/ /:1)_, $(@:b))
 
-openoffice_%{$(PKGFORMAT:^".") .archive} :
+openoffice_%{$(PKGFORMAT:^".")} :
+	$(MAKE_INSTALLER_COMMAND) 		\
+		-p Apache_OpenOffice		\
+		-msitemplate $(MSIOFFICETEMPLATEDIR)
+	$(GEN_UPDATE_INFO_COMMAND)		\
+		--product Apache_OpenOffice	\
+		$(PRJ)$/util$/update.xml	\
+		> $(MISC)/$(@:b)_$(RTL_OS)_$(RTL_ARCH)$(@:e).update.xml
+
+openoffice_%{.archive} :
 	$(MAKE_INSTALLER_COMMAND) 		\
 		-p Apache_OpenOffice		\
 		-msitemplate $(MSIOFFICETEMPLATEDIR)