freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype][master] [builds] Abbreviate the DLG submodule u


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] [builds] Abbreviate the DLG submodule update.
Date: Wed, 30 Aug 2023 02:28:51 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

  • dd1ced4e
    by Alexei Podtelezhnikov at 2023-08-30T02:28:48+00:00
    [builds] Abbreviate the DLG submodule update.
    
    * autogen.sh, builds/toplevel.mk: Revise the command options.
    

2 changed files:

Changes:

  • autogen.sh
    ... ... @@ -190,8 +190,7 @@ if test -e ".git"; then
    190 190
         :
    
    191 191
       else
    
    192 192
         echo "Checking out submodule in \`subprojects/dlg':"
    
    193
    -    git submodule init
    
    194
    -    git submodule update
    
    193
    +    git submodule update --init
    
    195 194
       fi
    
    196 195
     
    
    197 196
       copy_submodule_files
    

  • builds/toplevel.mk
    ... ... @@ -170,8 +170,7 @@ endif # test check_platform
    170 170
     
    
    171 171
     check_out_submodule:
    
    172 172
     	$(info Checking out submodule in `subprojects/dlg')
    
    173
    -	git --git-dir=$(TOP_DIR) submodule init
    
    174
    -	git --git-dir=$(TOP_DIR) submodule update
    
    173
    +	git -C $(TOP_DIR) submodule update --init
    
    175 174
     
    
    176 175
     copy_submodule:
    
    177 176
     	$(info Copying files from `subprojects/dlg' to `src/dlg' and `include/dlg')
    


  • reply via email to

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