Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
git_update doesn't do its job properly, revert to old git_update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed May 29, 2018
1 parent 6ccf839 commit 5228a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure/E3/DEFINES_FT
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Keep always the module up-to-date
define git_module_init_update =
define git_update =
git submodule deinit -f $@/
sed -i '/submodule/,24465d' $(TOP)/.git/config
rm -rf $(TOP)/.git/modules/$@
Expand All @@ -8,7 +8,7 @@ git submodule update --init --recursive $@/.
git submodule update --remote --merge $@/
endef

define git_update =
define git_module_init_update =
git submodule update --init --recursive $@/.
git submodule update --remote --merge $@/
endef
Expand Down

0 comments on commit 5228a48

Please sign in to comment.