Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2012-09-04 16:21:52 +0400
committerAlan McGovern <alan@xamarin.com>2012-09-04 16:21:52 +0400
commit2b9a4c1a1373828114a9af1b5c9cee90d7058fba (patch)
treeaa94338f234da7850c3204d740c9e68258855816 /Makefile
parent946f4eecea8ab4068b8a17576b690bed47a80081 (diff)
[build] Don't reset the submodule here, it breaks normal developer workflow
If we constantly reset submodules here it makes it impossible to do in-tree changes and use them.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 15161585cb..17b45b3730 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,7 @@ include main/monodevelop_version
EXTRA_DIST = configure
-all: update_submodules all-recursive
-
-update_submodules:
- git submodule update --init --recursive
+all: all-recursive
top_srcdir=.
include $(top_srcdir)/config.make