From a6ce3fd8982770e8d72bfdfb1cd8c5d2c11fdd6b Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Tue, 16 Sep 2014 11:01:42 +0100 Subject: Forcibly remove all assemblies from generated tarball, for source-only build. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f5b1336007..e648cb3f01 100644 --- a/Makefile +++ b/Makefile @@ -82,6 +82,11 @@ dist: update_submodules remove-stale-tarballs dist-recursive @cd main && make buildinfo @cp main/build/bin/buildinfo tarballs/monodevelop-$(PACKAGE_VERSION)/ @echo Generating merged tarball + @find tarballs/monodevelop-$(PACKAGE_VERSION)/ -type f -a \ + \( -name \*.exe -o \ + -name \*.dll -o \ + -name \*.mdb \) \ + -delete @cd tarballs && tar -cjf monodevelop-$(PACKAGE_VERSION).tar.bz2 monodevelop-$(PACKAGE_VERSION) @cd tarballs && rm -rf monodevelop-$(PACKAGE_VERSION) -- cgit v1.2.3