You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/monodevelop/files/5.9.5-skip_merged_tar.patch

12 lines
544 B

--- monodevelop-5.9.5.5.orig/Makefile 2015-07-18 18:40:15.414229154 +0200
+++ monodevelop-5.9.5.5/Makefile 2015-07-18 19:39:03.782576863 +0200
@@ -87,8 +87,6 @@ dist: update_submodules remove-stale-tar
-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)
aot:
@for i in main/build/bin/*.dll; do ($(MONO_AOT) $$i &> /dev/null && echo AOT successful: $$i) || (echo AOT failed: $$i); done