diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2005-01-26 06:41:18 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2005-01-26 06:41:18 +0000 |
commit | 4af0c95bc2787e76cee8df988c848a23510db2ca (patch) | |
tree | 3c7e933f46922f31032b88fa5c44aec5ede24f48 /math/pari-devel/files/patch-aj | |
parent | Update to 0.63 (diff) |
Update to latest version.
PR: ports/76194
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=127376
Diffstat (limited to 'math/pari-devel/files/patch-aj')
-rw-r--r-- | math/pari-devel/files/patch-aj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/pari-devel/files/patch-aj b/math/pari-devel/files/patch-aj index 0b47ef82f399..716beb1e12d5 100644 --- a/math/pari-devel/files/patch-aj +++ b/math/pari-devel/files/patch-aj @@ -1,10 +1,10 @@ ---- config/TOP_Make.SH.orig Thu Jan 8 01:42:56 2004 -+++ config/TOP_Make.SH Thu Jan 8 01:43:11 2004 -@@ -37,7 +37,6 @@ - @echo "Available extra tests: $top_test_extra" +--- config/TOP_Make.SH.orig Thu Jan 15 04:33:33 2004 ++++ config/TOP_Make.SH Sun Jan 9 18:38:25 2005 +@@ -38,7 +38,6 @@ + @echo "Available extra tests: test-all $top_test_extra" all:: - @-cd doc && \$(MAKE) doc @\$(MAKE) gp - gp bench test-kernel $top_test_extra $top_dotest_extra install cleanobj cleantest install-bin install-doc install-data install-lib-sta install-bin-sta dobench tune:: + gp bench test-kernel test-all $top_test_extra $top_dotest_extra install cleanobj cleantest install-bin install-doc install-data install-lib-sta install-bin-sta dobench tune:: |