freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][GSoC-2023-Ahmet] cleaner id, date and branch


From: @goksu
Subject: [Git][freetype/freetype][GSoC-2023-Ahmet] cleaner id, date and branch
Date: Tue, 20 Jun 2023 14:42:41 +0000

Ahmet Göksu pushed to branch GSoC-2023-Ahmet at FreeType / FreeType

Commits:

  • d9cc4478
    by goksu at 2023-06-20T17:42:09+03:00
    cleaner id, date and branch
    

1 changed file:

Changes:

  • builds/testing.mk
    ... ... @@ -26,10 +26,10 @@ $(FTBENCH_BIN): $(FTBENCH_SRC) | $(OBJ_DIR)
    26 26
     baseline: $(FTBENCH_BIN) $(BASELINE_DIR)
    
    27 27
     	@echo "Creating baseline..."
    
    28 28
     	@$(foreach font, $(FONTS), \
    
    29
    -		echo "Parameters: $(FTBENCH_FLAG)" > $(BASELINE_DIR)$(notdir $(font:.ttf=.txt)); \
    
    30
    -		echo "Commit ID: `git rev-parse HEAD`" >> $(BASELINE_DIR)$(notdir $(font:.ttf=.txt)); \
    
    31
    -		echo "Commit Date: `git show -s --format=%ci HEAD`" >> $(BASELINE_DIR)$(notdir $(font:.ttf=.txt)); \
    
    32
    -		echo "Branch: `git rev-parse --abbrev-ref HEAD`" >> $(BASELINE_DIR)$(notdir $(font:.ttf=.txt)); \
    
    29
    +		echo "$(FTBENCH_FLAG)" > $(BASELINE_DIR)$(notdir $(font:.ttf=.txt)); \
    
    30
    +		echo "`git rev-parse HEAD`" >> $(BASELINE_DIR)$(notdir $(font:.ttf=.txt)); \
    
    31
    +		echo "`git show -s --format=%ci HEAD`" >> $(BASELINE_DIR)$(notdir $(font:.ttf=.txt)); \
    
    32
    +		echo "`git rev-parse --abbrev-ref HEAD`" >> $(BASELINE_DIR)$(notdir $(font:.ttf=.txt)); \
    
    33 33
     		$(FTBENCH_BIN) $(FTBENCH_FLAG) $(font) >> $(BASELINE_DIR)$(notdir $(font:.ttf=.txt)); \
    
    34 34
     	)
    
    35 35
     	@echo "Baseline created."
    
    ... ... @@ -39,10 +39,10 @@ baseline: $(FTBENCH_BIN) $(BASELINE_DIR)
    39 39
     benchmark: $(FTBENCH_BIN) $(BENCHMARK_DIR)
    
    40 40
     	@echo "Creating benchmark..."
    
    41 41
     	@$(foreach font, $(FONTS), \
    
    42
    -		echo "Parameters: $(FTBENCH_FLAG)" > $(BENCHMARK_DIR)$(notdir $(font:.ttf=.txt)); \
    
    43
    -		echo "Commit ID: `git rev-parse HEAD`" >> $(BENCHMARK_DIR)$(notdir $(font:.ttf=.txt)); \
    
    44
    -		echo "Commit Date: `git show -s --format=%ci HEAD`" >> $(BENCHMARK_DIR)$(notdir $(font:.ttf=.txt)); \
    
    45
    -		echo "Branch: `git rev-parse --abbrev-ref HEAD`" >> $(BENCHMARK_DIR)$(notdir $(font:.ttf=.txt)); \
    
    42
    +		echo "$(FTBENCH_FLAG)" > $(BENCHMARK_DIR)$(notdir $(font:.ttf=.txt)); \
    
    43
    +		echo "`git rev-parse HEAD`" >> $(BENCHMARK_DIR)$(notdir $(font:.ttf=.txt)); \
    
    44
    +		echo "`git show -s --format=%ci HEAD`" >> $(BENCHMARK_DIR)$(notdir $(font:.ttf=.txt)); \
    
    45
    +		echo "`git rev-parse --abbrev-ref HEAD`" >> $(BENCHMARK_DIR)$(notdir $(font:.ttf=.txt)); \
    
    46 46
     		$(FTBENCH_BIN) $(FTBENCH_FLAG) $(font) >> $(BENCHMARK_DIR)$(notdir $(font:.ttf=.txt)); \
    
    47 47
     	)
    
    48 48
     	@$(PYTHON) $(HTMLCREATOR)
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]