diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2010-06-23 03:51:48 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2010-06-23 03:51:48 +0000 |
commit | dce21edd5c1f2ad05d81f617e05f8a8968caf7a4 (patch) | |
tree | 27f21225123b83c40ebb7663424df02c36dc9292 /math/lapack/files/patch-TESTING+LIN+Makefile | |
parent | Loading this module will install the necessary magic to seamlessly (diff) |
Enable parallel builds, when possible. Fix test-target. Minor cosmetic
changes. No changes in resulting package.
Approved by: maintainer
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=256856
Diffstat (limited to 'math/lapack/files/patch-TESTING+LIN+Makefile')
-rw-r--r-- | math/lapack/files/patch-TESTING+LIN+Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/math/lapack/files/patch-TESTING+LIN+Makefile b/math/lapack/files/patch-TESTING+LIN+Makefile index 0c120f91837e..e311ad5268de 100644 --- a/math/lapack/files/patch-TESTING+LIN+Makefile +++ b/math/lapack/files/patch-TESTING+LIN+Makefile @@ -1,4 +1,4 @@ ---- TESTING/LIN/Makefile.orig 2009-02-11 02:23:05.000000000 +0900 +--- TESTING/LIN/Makefile 2009-02-11 02:23:05.000000000 +0900 +++ TESTING/LIN/Makefile 2009-05-20 06:11:11.000000000 +0900 @@ -71,13 +71,13 @@ strt02.o strt03.o strt05.o strt06.o \ @@ -68,3 +68,10 @@ DSLINTST = dchkab.o \ ddrvab.o ddrvac.o derrab.o derrac.o dget08.o \ +@@ -246,5 +246,5 @@ + + ../xlintstd : $(ALINTST) $(DLINTST) $(DZLNTST) +- $(LOADER) $(LOADOPTS) $^ \ ++ $(LOADER) $(LOADOPTS) ${.ALLSRC} \ + ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) -o xlintstd && mv xlintstd $@ + |