diff options
Diffstat (limited to 'math/pari/files/patch-config-TOP_Make.SH')
-rw-r--r-- | math/pari/files/patch-config-TOP_Make.SH | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/math/pari/files/patch-config-TOP_Make.SH b/math/pari/files/patch-config-TOP_Make.SH index 716beb1e12d5..4cc315be421d 100644 --- a/math/pari/files/patch-config-TOP_Make.SH +++ b/math/pari/files/patch-config-TOP_Make.SH @@ -1,10 +1,12 @@ ---- 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" +$FreeBSD$ + +--- config/TOP_Make.SH.orig 2011-07-12 17:57:15.000000000 +0900 ++++ config/TOP_Make.SH 2011-07-12 17:57:33.000000000 +0900 +@@ -42,7 +42,6 @@ all:: -- @-cd doc && \$(MAKE) doc @\$(MAKE) gp +- @-cd doc && \$(MAKE) doc - 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:: + gp bench test-kernel test-all $top_test_extra $top_dotest_extra install cleanall cleanobj cleantest install-bin install-doc install-docpdf install-data install-lib-sta install-bin-sta dobench dyntest-all statest-all tune:: + @dir=\`config/objdir\`; echo "Making \$@ in \$\$dir";\\ |