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:
authorJo Shields <jo.shields@xamarin.com>2014-09-16 13:41:09 +0400
committerJo Shields <jo.shields@xamarin.com>2014-09-16 13:41:09 +0400
commit4f5c61987a69aeef63a3b968894a616beecd2a51 (patch)
treeba264b54937aa4dd315aeab8d337cec15b502bb3 /Makefile
parent27b221016009c7f53f214aff6c32d4e17c701a66 (diff)
Always regenerate buildinfo when making a tarball
(buildinfo is cached otherwise)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 613a3a47f0..f5b1336007 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,7 @@ dist: update_submodules remove-stale-tarballs dist-recursive
@echo Decompressing monodevelop-$(PACKAGE_VERSION).tar.bz2
@cd tarballs && tar xvjf monodevelop-$(PACKAGE_VERSION).tar.bz2
@cp version.config tarballs/monodevelop-$(PACKAGE_VERSION)
+ @rm -f main/build/bin/buildinfo
@cd main && make buildinfo
@cp main/build/bin/buildinfo tarballs/monodevelop-$(PACKAGE_VERSION)/
@echo Generating merged tarball