Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib add .WAIT's between libgmp and libmpfr, and between libm...



details:   https://anonhg.NetBSD.org/src/rev/c40c293e0fb5
branches:  trunk
changeset: 767032:c40c293e0fb5
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Jul 07 07:33:40 2011 +0000

description:
add .WAIT's between libgmp and libmpfr, and between libmpfr and libmpc.

diffstat:

 lib/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 2ba5f7f76202 -r c40c293e0fb5 lib/Makefile
--- a/lib/Makefile      Thu Jul 07 07:31:29 2011 +0000
+++ b/lib/Makefile      Thu Jul 07 07:33:40 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.170 2011/06/29 02:05:25 mrg Exp $
+#      $NetBSD: Makefile,v 1.171 2011/07/07 07:33:40 mrg Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -79,8 +79,8 @@
 .endif
 
 . if ${HAVE_GCC} >= 45
-SUBDIR+=       ../external/lgpl3/gmp/lib/libgmp
-SUBDIR+=       ../external/lgpl3/mpfr/lib/libmpfr
+SUBDIR+=       ../external/lgpl3/gmp/lib/libgmp .WAIT
+SUBDIR+=       ../external/lgpl3/mpfr/lib/libmpfr .WAIT
 SUBDIR+=       ../external/lgpl2/mpc/lib/libmpc
 .endif
 



Home | Main Index | Thread Index | Old Index