1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/testing/julia/0003-no-clean-docs.patch
Jakub Jirutka 306b71cdc1 testing/julia: new abuild
http://julialang.org/
A high-level, high-performance dynamic language for technical computing.
2016-06-09 19:26:06 +02:00

18 lines
417 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -495,7 +493,6 @@
clean: | $(CLEAN_TARGETS)
@$(MAKE) -C base clean
- @$(MAKE) -C doc clean
@$(MAKE) -C src clean
@$(MAKE) -C ui clean
@$(MAKE) -C test clean
@@ -517,7 +514,6 @@
distcleanall: cleanall
@$(MAKE) -C deps distcleanall
- @$(MAKE) -C doc cleanall
rm -fr $(build_prefix) $(build_staging)
.PHONY: default debug release check-whitespace release-candidate \