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:
authorLluis Sanchez Gual <lluis@xamarin.com>2015-02-12 15:38:47 +0300
committerMatt Ward <matt.ward@xamarin.com>2015-06-04 13:31:51 +0300
commit3a187fe735495fc7fd08045286064eaf0dd85d26 (patch)
treefe6e9a31a7db9172fc2d5951eb0b5e7ecf91f49e /main/Makefile.am
parenta7cdd9b28073ddd36ddc0c6823ccc473cf776989 (diff)
Restore packages before building
Diffstat (limited to 'main/Makefile.am')
-rw-r--r--main/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index 0ef7da6f10..4f8c22d2a5 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -13,12 +13,15 @@ buildinfo = $(top_builddir)/build/bin/buildinfo
all: vcrevision
-all-local: vcrevision sln_build
+all-local: vcrevision restore-packages sln_build
clean: clean-local
clean-local: sln_clean
+restore-packages:
+ nuget restore
+
vcrevision:
touch vcrevision