summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-12 13:03:06 +0000
committerbde <bde@FreeBSD.org>1998-03-12 13:03:06 +0000
commite835626991290ae311309e9b274276c9db189303 (patch)
tree547fe8070f7a3a1cc78300b70f5ce0ad9a5cb069 /gnu
parenta7597a1ee0df7a475cf655046aeb783e2e7eee6f (diff)
downloadFreeBSD-src-e835626991290ae311309e9b274276c9db189303.zip
FreeBSD-src-e835626991290ae311309e9b274276c9db189303.tar.gz
Put sources in SRCS and don't depend on them in beforedepend. IIRC,
this is to fix `make -j50' where `make -j18' worked. The race may just have been more likely to be lost for -j50.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libgmp/Makefile7
-rw-r--r--gnu/lib/libmp/Makefile7
2 files changed, 8 insertions, 6 deletions
diff --git a/gnu/lib/libgmp/Makefile b/gnu/lib/libgmp/Makefile
index 5e67e9b..8b2b9e2 100644
--- a/gnu/lib/libgmp/Makefile
+++ b/gnu/lib/libgmp/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.14 1997/08/29 14:02:14 peter Exp $
+# $Id: Makefile,v 1.15 1998/01/25 09:44:18 jb Exp $
#
LIB= gmp
@@ -83,7 +83,8 @@ MPQ_SRCS= mpq/add.c mpq/canonicalize.c mpq/clear.c mpq/cmp.c \
SRCS= memory.c mp_set_fns.c mp_clz_tab.c version.c stack-alloc.c mp_bpl.c \
extract-double.c insert-double.c \
- ${MPN_SRC_ASM}
+ ${MPN_SRC_ASM} \
+ asm-syntax.h sysdep.h
# Look though the generic C source for names that don't have assembly
# source version.
@@ -116,7 +117,7 @@ CFLAGS+= -DBROKEN_ALIGN
.endif
-beforedepend all: mpz mpf mpq sysdep.h asm-syntax.h
+beforedepend all: mpz mpf mpq
CLEANFILES+= sysdep.h asm-syntax.h
diff --git a/gnu/lib/libmp/Makefile b/gnu/lib/libmp/Makefile
index db1a7dd..b344ebe 100644
--- a/gnu/lib/libmp/Makefile
+++ b/gnu/lib/libmp/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.12 1997/08/29 13:58:08 peter Exp $
+# $Id: Makefile,v 1.13 1998/01/25 09:45:00 jb Exp $
#
LIB= mp
@@ -47,7 +47,8 @@ MPBSD_SRCS= itom.c mdiv.c mfree.c min.c mout.c move.c mtox.c sdiv.c xtom.c \
SRCS= memory.c mp_set_fns.c mp_clz_tab.c version.c stack-alloc.c \
mp_bpl.c extract-double.c insert-double.c \
- ${MPN_SRC_ASM}
+ ${MPN_SRC_ASM} \
+ asm-syntax.h sysdep.h
# Look though the generic C source for names that don't have assembly
# source version.
@@ -59,7 +60,7 @@ SRCS+=$(_src)
SRCS+= ${MPBSD_SRCS}
-beforedepend all: mpz sysdep.h asm-syntax.h
+beforedepend all: mpz
.if defined(BINFORMAT) && ${BINFORMAT} == elf
OpenPOWER on IntegriCloud