aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/julia/0003-no-clean-docs.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-06 13:46:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-06 13:51:46 +0000
commitb007fd689eb3bdc8520590b1956241e997016233 (patch)
treef0dd1e895f51e70fffd9338ec270172e2fe5cba6 /unmaintained/julia/0003-no-clean-docs.patch
parent8379a21ad0237d51f18ab16913e1a130e4c0845f (diff)
downloadaports-b007fd689eb3bdc8520590b1956241e997016233.tar.bz2
aports-b007fd689eb3bdc8520590b1956241e997016233.tar.xz
unmaintained/julia: move from community
the tests fails. move it to unmaintained til maintainer takes a look at it
Diffstat (limited to 'unmaintained/julia/0003-no-clean-docs.patch')
-rw-r--r--unmaintained/julia/0003-no-clean-docs.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/unmaintained/julia/0003-no-clean-docs.patch b/unmaintained/julia/0003-no-clean-docs.patch
new file mode 100644
index 0000000000..0be74175cc
--- /dev/null
+++ b/unmaintained/julia/0003-no-clean-docs.patch
@@ -0,0 +1,18 @@
+--- a/Makefile
++++ b/Makefile
+@@ -526,7 +526,6 @@
+
+ clean: | $(CLEAN_TARGETS)
+ @-$(MAKE) -C $(BUILDROOT)/base clean
+- @-$(MAKE) -C $(BUILDROOT)/doc clean
+ @-$(MAKE) -C $(BUILDROOT)/src clean
+ @-$(MAKE) -C $(BUILDROOT)/ui clean
+ @-$(MAKE) -C $(BUILDROOT)/test clean
+@@ -548,7 +547,6 @@
+
+ distcleanall: cleanall
+ @-$(MAKE) -C $(BUILDROOT)/deps distcleanall
+- @-$(MAKE) -C $(BUILDROOT)/doc cleanall
+
+ .PHONY: default debug release check-whitespace release-candidate \
+ julia-debug julia-release julia-deps \