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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2012-09-06 23:10:23 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2012-09-07 19:04:43 +0400
commit35d53e6b5f0b3bc6dd43598bb973f383cc18e6c1 (patch)
tree60451202410cf40e3f8d4473428ee6f282f981d7 /Makefile
parent8be5104a4027f75d771b52cfc2afe0ab69f54f7c (diff)
Revert "[build] Don't reset the submodule here, it breaks normal developer workflow"
This reverts commit 2b9a4c1a1373828114a9af1b5c9cee90d7058fba.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f00fe05df1..5c2e074cd9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,10 @@ include main/monodevelop_version
EXTRA_DIST = configure
-all: all-recursive
+all: update_submodules all-recursive
+
+update_submodules:
+ git submodule update --init --recursive
top_srcdir=.
include $(top_srcdir)/config.make