diff options
author | Shiz <hi@shiz.me> | 2017-05-20 17:18:54 +0000 |
---|---|---|
committer | Shiz <hi@shiz.me> | 2017-05-20 19:27:05 +0200 |
commit | fc5f8b6c3d4eda7c6435946f5e157c55dd35181e (patch) | |
tree | 97a4a3ca04aa8808e8014d038d32965639d9f0d7 /testing/julia/0003-no-clean-docs.patch | |
parent | db712a5617d89d935c9d4a10ef62e2b211cb0735 (diff) | |
download | aports-fc5f8b6c3d4eda7c6435946f5e157c55dd35181e.tar.bz2 aports-fc5f8b6c3d4eda7c6435946f5e157c55dd35181e.tar.xz |
testing/julia: upgrade to 0.5.2, add tests
Diffstat (limited to 'testing/julia/0003-no-clean-docs.patch')
-rw-r--r-- | testing/julia/0003-no-clean-docs.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/testing/julia/0003-no-clean-docs.patch b/testing/julia/0003-no-clean-docs.patch index 7046ea34a2..89bb0f8fae 100644 --- a/testing/julia/0003-no-clean-docs.patch +++ b/testing/julia/0003-no-clean-docs.patch @@ -1,18 +1,18 @@ --- a/Makefile +++ b/Makefile -@@ -495,7 +493,6 @@ +@@ -540,7 +540,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 @@ + @-$(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 +@@ -564,7 +563,6 @@ distcleanall: cleanall - @$(MAKE) -C deps distcleanall -- @$(MAKE) -C doc cleanall - rm -fr $(build_prefix) $(build_staging) + @-$(MAKE) -C $(BUILDROOT)/deps distcleanall +- @-$(MAKE) -C $(BUILDROOT)/doc cleanall + -rm -fr $(build_prefix) $(build_staging) .PHONY: default debug release check-whitespace release-candidate \ |