summaryrefslogtreecommitdiff
path: root/math/cocoalib/files/patch-src_tests_Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-03-23 21:22:43 +0000
committerThierry Thomas <thierry@FreeBSD.org>2021-03-23 21:22:43 +0000
commit0441f5deec9a8f2a9e487447e7bbc3abb58be250 (patch)
tree670824c2724fe2aa6a902783c47c56fdfc5674f0 /math/cocoalib/files/patch-src_tests_Makefile
parentsysutils/ipfs-go: update to version 0.8.0 (diff)
- Upgrade to 0.99712;
- Build the static library with PIC and run ranlib; - Also build and install a shared library.
Notes
Notes: svn path=/head/; revision=569062
Diffstat (limited to 'math/cocoalib/files/patch-src_tests_Makefile')
-rw-r--r--math/cocoalib/files/patch-src_tests_Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/math/cocoalib/files/patch-src_tests_Makefile b/math/cocoalib/files/patch-src_tests_Makefile
index 063bd5ffe2be..f26d2b256b46 100644
--- a/math/cocoalib/files/patch-src_tests_Makefile
+++ b/math/cocoalib/files/patch-src_tests_Makefile
@@ -1,4 +1,4 @@
---- src/tests/Makefile.orig 2020-06-11 13:17:06 UTC
+--- src/tests/Makefile.orig 2020-12-04 10:17:44 UTC
+++ src/tests/Makefile
@@ -1,11 +1,5 @@
# Makefile for CoCoALib/src/tests/ directory
@@ -12,7 +12,7 @@
TESTS=test-empty.C \
test-BigInt1.C test-BigInt2.C test-BigInt3.C \
test-BigRat1.C test-BigRat2.C test-BigRat3.C test-BigRat4.C \
-@@ -66,110 +60,11 @@ TESTS=test-empty.C \
+@@ -66,107 +60,11 @@ TESTS=test-empty.C \
test-utils1.C test-utils2.C
# test-RingTwinFloat3.C test-OpenMath2.C -- skip these tests for the moment
@@ -26,15 +26,12 @@
- @echo "*** src/tests/Makefile: default target ***"
- @(cd $(COCOA_ROOT); $(MAKE) check)
-
--$(COCOA_LIB):
-- @echo "Compiling CoCoALib..."
-- @(cd $(COCOA_ROOT); $(MAKE) library)
--
-.PHONY: lib
--lib: $(COCOA_LIB)
+-lib: library
-
-.PHONY: library
--library: $(COCOA_LIB)
+-library:
+- @(cd $(COCOA_ROOT); $(MAKE) library)
-
-
-# This target should be made only after the CoCoA library has been compiled;