E3-546: Address flaw in make init process
sed -I '/submodule/,24465d' $(TOP)/.git/config
was in the DEFINES_FT file which clean the repository's configure file when "git submodule init" is issued. The current git does clean the .git/config file properly when submodule is initialised or "git submodule deist" command is issued.
Edited by Juntong Liu