silence odk check

Change-Id: I1b2e224cb3b709e3c693f18918dcef5e0304894e
Reviewed-on: https://gerrit.libreoffice.org/3536
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
This commit is contained in:
David Tardon
2013-04-21 18:15:15 +02:00
committed by Fridrich Strba
parent 085c5c6bea
commit 43c422ebb7
2 changed files with 7 additions and 7 deletions

View File

@@ -43,11 +43,12 @@ $(call gb_CustomTarget_get_workdir,odk/check)/checkbin : \
$(if $(SOLAR_JAVA),$(call gb_Package_get_target,odk_unowinreg)) \ $(if $(SOLAR_JAVA),$(call gb_Package_get_target,odk_unowinreg)) \
$(call gb_CustomTarget_get_target,odk/odkcommon) $(call gb_CustomTarget_get_target,odk/odkcommon)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CHK,1) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),CHK,1)
touch $@ $(call gb_Helper_print_on_error,\
$(PERL) $< \ $(PERL) $< \
$(INSTDIR)/$(gb_Package_SDKDIRNAME) \ $(INSTDIR)/$(gb_Package_SDKDIRNAME) \
$(call gb_CustomTarget_get_workdir,odk/odkcommon) \ $(call gb_CustomTarget_get_workdir,odk/odkcommon) \
$(odk_PLATFORM) "$(gb_Executable_EXT)" $@ $(odk_PLATFORM) "$(gb_Executable_EXT)" \
cat $@ ,$@.log \
)
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:

View File

@@ -367,7 +367,6 @@ if (-d "$PrimaryDir" || -d "$SecondaryDir") {
if( $return != 0 ) if( $return != 0 )
{ {
print "ERROR\n"; print "ERROR\n";
unlink "$ARGV[3]";
} else { } else {
print "OK\n"; print "OK\n";
} }