Source-Changes-HG archive

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

[src/trunk]: src/lib Distribute libmpfr and libmpc across the dependency barr...



details:   https://anonhg.NetBSD.org/src/rev/ade1ae97ea49
branches:  trunk
changeset: 767033:ade1ae97ea49
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jul 07 07:37:17 2011 +0000

description:
Distribute libmpfr and libmpc across the dependency barriers so that
additional .WAITs are not needed.

diffstat:

 lib/Makefile |  16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diffs (44 lines):

diff -r c40c293e0fb5 -r ade1ae97ea49 lib/Makefile
--- a/lib/Makefile      Thu Jul 07 07:33:40 2011 +0000
+++ b/lib/Makefile      Thu Jul 07 07:37:17 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.171 2011/07/07 07:33:40 mrg Exp $
+#      $NetBSD: Makefile,v 1.172 2011/07/07 07:37:17 matt Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -78,10 +78,8 @@
 . endif
 .endif
 
-. if ${HAVE_GCC} >= 45
-SUBDIR+=       ../external/lgpl3/gmp/lib/libgmp .WAIT
-SUBDIR+=       ../external/lgpl3/mpfr/lib/libmpfr .WAIT
-SUBDIR+=       ../external/lgpl2/mpc/lib/libmpc
+.if ${HAVE_GCC} >= 45
+SUBDIR+=       ../external/lgpl3/gmp/lib/libgmp
 .endif
 
 #
@@ -133,6 +131,10 @@
 . endif
 .endif
 
+.if ${HAVE_GCC} >= 45
+SUBDIR+=       ../external/lgpl3/mpfr/lib/libmpfr
+.endif
+
 #==================== 2nd library dependency barrier ====================
 SUBDIR+=       .WAIT
 
@@ -161,6 +163,10 @@
 
 SUBDIR+=       librumphijack
 
+.if ${HAVE_GCC} >= 45
+SUBDIR+=       ../external/lgpl2/mpc/lib/libmpc
+.endif
+
 #==================== 3rd library dependency barrier ====================
 SUBDIR+=       .WAIT
 



Home | Main Index | Thread Index | Old Index