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:
authorTimotheus Pokorra <timotheus.pokorra@solidcharity.com>2014-06-03 23:13:46 +0400
committerTimotheus Pokorra <timotheus.pokorra@solidcharity.com>2014-06-03 23:13:46 +0400
commitda0a1fcf837802b82fdeec0ced5122aa751757b9 (patch)
tree6c756b886dd7f913c761205016d128f43f417d41 /Makefile
parent6746db0983ecb7522f94d489318ee0ba250b6740 (diff)
put the buildinfo file into the top srcdir of the tarball.
the buildinfo target should check if that file exists in the top srcdir, and copy it, or generate with the configure.exe from scripts directory, if the file does not exist yet
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 02841752cf..9c18a578a9 100644
--- a/Makefile
+++ b/Makefile
@@ -78,9 +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)
- @sed -i 's/@$$(MD_CONFIGURE)/#@$$(MD_CONFIGURE)/g' tarballs/monodevelop-$(PACKAGE_VERSION)/Makefile.in
- @mkdir -p tarballs/monodevelop-$(PACKAGE_VERSION)/build/bin
- @cp main/build/bin/buildinfo tarballs/monodevelop-$(PACKAGE_VERSION)/build/bin
+ @cp main/build/bin/buildinfo tarballs/monodevelop-$(PACKAGE_VERSION)/
@echo Generating merged tarball
@cd tarballs && tar -cjf monodevelop-$(PACKAGE_VERSION).tar.bz2 monodevelop-$(PACKAGE_VERSION)
@cd tarballs && rm -rf monodevelop-$(PACKAGE_VERSION)