Skip to content

Commit

Permalink
Fixed submodule pulling problem under linux with make update
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerBforartists committed Jul 10, 2018
1 parent 4d8f568 commit fda33bf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,11 @@ update: .FORCE
svn update ../lib/* ; \
fi
git pull --rebase
git submodule update --init --recursive
git submodule foreach git checkout master
git submodule foreach git pull --rebase origin master

#bfa - we don't have submodules anymore. So i commented out the following lines.
#git submodule update --init --recursive
#git submodule foreach git checkout master
#git submodule foreach git pull --rebase origin master


# -----------------------------------------------------------------------------
Expand Down

0 comments on commit fda33bf

Please sign in to comment.