Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/onlineupdate/qa/single_step/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 873 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
gb_Side := host
include ../../../config_host.mk

UPDATER_DIR := $(WORKDIR)/updater/single_step

all : call

unpack:
 @echo "Unpacking the updater test project"
 @rm -r $(UPDATER_DIR) || true
 @mkdir -p $(UPDATER_DIR)
 @unzip single_step.zip -d $(WORKDIR)/updater > /dev/null
 @mkdir -p $(UPDATER_DIR)/patch

call-complete: unpack
 @echo "Update the test project"
 @cp complete_signed.mar $(UPDATER_DIR)/patch/update.mar
 @$(INSTDIR)/program/updater $(UPDATER_DIR)/patch $(UPDATER_DIR) $(UPDATER_DIR) 0

call-incremental: unpack
 @echo "Update the test project"
 @cp incremental_signed.mar $(UPDATER_DIR)/patch/update.mar
 @$(INSTDIR)/program/updater $(UPDATER_DIR)/patch $(UPDATER_DIR) $(UPDATER_DIR) 0

call-gdb: unpack
 @cp incremental_signed.mar $(UPDATER_DIR)/patch/update.mar
 gdb --args $(INSTDIR)/program/updater $(UPDATER_DIR)/patch $(UPDATER_DIR) $(UPDATER_DIR) 0

Messung V0.5
C=97 H=94 G=95

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]