diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-11-04 13:15:33 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-11-04 13:15:33 +0000 |
commit | 63e0bb54084bafb7f85c656131bff21559b7300b (patch) | |
tree | 2ef32e97167063517b41cc09c27945a05f2938ec /gnu | |
parent | 5ad50bbfb6dc3ce5fd0b2caf4c60e37984337a34 (diff) |
GLOBAL_AUTCONF_CACHE
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libgmp/Makefile.bsd-wrapper | 16 | ||||
-rw-r--r-- | gnu/lib/libgmp/mpf/Makefile.bsd-wrapper | 16 | ||||
-rw-r--r-- | gnu/lib/libgmp/mpn/Makefile.bsd-wrapper | 16 | ||||
-rw-r--r-- | gnu/lib/libgmp/mpq/Makefile.bsd-wrapper | 16 | ||||
-rw-r--r-- | gnu/lib/libgmp/mpz/Makefile.bsd-wrapper | 16 |
5 files changed, 65 insertions, 15 deletions
diff --git a/gnu/lib/libgmp/Makefile.bsd-wrapper b/gnu/lib/libgmp/Makefile.bsd-wrapper index e3adbc8fc0a..6b21d7aa04d 100644 --- a/gnu/lib/libgmp/Makefile.bsd-wrapper +++ b/gnu/lib/libgmp/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.4 1997/08/03 18:03:56 pefo Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 1997/11/04 13:15:28 kstailey Exp $ SUBDIR+= mpn mpz mpf mpq @@ -14,14 +14,24 @@ all: config.status .FORCE: .IGNORE +.include <bsd.own.mk> + +.ifdef GLOBAL_AUTOCONF_CACHE +CF= --cache-file=${GLOBAL_AUTOCONF_CACHE} +.else +CF= +.endif + config: .FORCE +.ifndef GLOBAL_AUTOCONF_CACHE -rm -f config.cache +.endif /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \ - --prefix=/usr --local-prefix=/usr + --prefix=/usr --local-prefix=/usr ${CF} config.status: Makefile.in configure /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \ - --prefix=/usr --local-prefix=/usr && touch config.status + --prefix=/usr --local-prefix=/usr ${CF} && touch config.status install: # # Attempt to edit the info directory node diff --git a/gnu/lib/libgmp/mpf/Makefile.bsd-wrapper b/gnu/lib/libgmp/mpf/Makefile.bsd-wrapper index 5e7a3f2db65..f6c240ea5eb 100644 --- a/gnu/lib/libgmp/mpf/Makefile.bsd-wrapper +++ b/gnu/lib/libgmp/mpf/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 1997/06/24 21:28:14 provos Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1997/11/04 13:15:29 kstailey Exp $ GNUCFLAGS= CFLAGS="${CFLAGS} ${COPTS}" @@ -7,14 +7,24 @@ all: config.status .FORCE: .IGNORE +.include <bsd.own.mk> + +.ifdef GLOBAL_AUTOCONF_CACHE +CF= --cache-file=${GLOBAL_AUTOCONF_CACHE} +.else +CF= +.endif + config: .FORCE +.ifndef GLOBAL_AUTOCONF_CACHE -rm -f config.cache +.endif /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \ - --prefix=/usr --local-prefix=/usr + --prefix=/usr --local-prefix=/usr ${CF} config.status: Makefile.in configure /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \ - --prefix=/usr --local-prefix=/usr && touch config.status + --prefix=/usr --local-prefix=/usr ${CF} && touch config.status clean cleandir: -@if [ -e Makefile ]; then ${MAKE} distclean; fi diff --git a/gnu/lib/libgmp/mpn/Makefile.bsd-wrapper b/gnu/lib/libgmp/mpn/Makefile.bsd-wrapper index abcf8c45a3e..5c832fce5ac 100644 --- a/gnu/lib/libgmp/mpn/Makefile.bsd-wrapper +++ b/gnu/lib/libgmp/mpn/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 1997/06/24 21:28:15 provos Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1997/11/04 13:15:30 kstailey Exp $ GNUCFLAGS= CFLAGS="${CFLAGS} ${COPTS}" @@ -7,14 +7,24 @@ all: config.status .FORCE: .IGNORE +.include <bsd.own.mk> + +.ifdef GLOBAL_AUTOCONF_CACHE +CF= --cache-file=${GLOBAL_AUTOCONF_CACHE} +.else +CF= +.endif + config: .FORCE +.ifndef GLOBAL_AUTOCONF_CACHE -rm -f config.cache +.endif /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \ - --prefix=/usr --local-prefix=/usr + --prefix=/usr --local-prefix=/usr ${CF} config.status: Makefile.in configure /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \ - --prefix=/usr --local-prefix=/usr && touch config.status + --prefix=/usr --local-prefix=/usr ${CF} && touch config.status clean cleandir: -@if [ -e Makefile ]; then ${MAKE} distclean; fi diff --git a/gnu/lib/libgmp/mpq/Makefile.bsd-wrapper b/gnu/lib/libgmp/mpq/Makefile.bsd-wrapper index 9f7f8f8425d..1c5444ee8e9 100644 --- a/gnu/lib/libgmp/mpq/Makefile.bsd-wrapper +++ b/gnu/lib/libgmp/mpq/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 1997/06/24 21:28:25 provos Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1997/11/04 13:15:31 kstailey Exp $ GNUCFLAGS= CFLAGS="${CFLAGS} ${COPTS}" @@ -7,14 +7,24 @@ all: config.status .FORCE: .IGNORE +.include <bsd.own.mk> + +.ifdef GLOBAL_AUTOCONF_CACHE +CF= --cache-file=${GLOBAL_AUTOCONF_CACHE} +.else +CF= +.endif + config: .FORCE +.ifndef GLOBAL_AUTOCONF_CACHE -rm -f config.cache +.endif /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \ - --prefix=/usr --local-prefix=/usr + --prefix=/usr --local-prefix=/usr ${CF} config.status: Makefile.in configure /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \ - --prefix=/usr --local-prefix=/usr && touch config.status + --prefix=/usr --local-prefix=/usr ${CF} && touch config.status clean cleandir: -@if [ -e Makefile ]; then ${MAKE} distclean; fi diff --git a/gnu/lib/libgmp/mpz/Makefile.bsd-wrapper b/gnu/lib/libgmp/mpz/Makefile.bsd-wrapper index eae43929598..62ee243ae63 100644 --- a/gnu/lib/libgmp/mpz/Makefile.bsd-wrapper +++ b/gnu/lib/libgmp/mpz/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 1997/06/24 21:28:30 provos Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 1997/11/04 13:15:32 kstailey Exp $ GNUCFLAGS= CFLAGS="${CFLAGS} ${COPTS}" @@ -7,14 +7,24 @@ all: config.status .FORCE: .IGNORE +.include <bsd.own.mk> + +.ifdef GLOBAL_AUTOCONF_CACHE +CF= --cache-file=${GLOBAL_AUTOCONF_CACHE} +.else +CF= +.endif + config: .FORCE +.ifndef GLOBAL_AUTOCONF_CACHE -rm -f config.cache +.endif /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \ - --prefix=/usr --local-prefix=/usr + --prefix=/usr --local-prefix=/usr ${CF} config.status: Makefile.in configure /bin/sh ${.CURDIR}/configure --with-gnu-as --with-gnu-ld \ - --prefix=/usr --local-prefix=/usr && touch config.status + --prefix=/usr --local-prefix=/usr ${CF} && touch config.status clean cleandir: -@if [ -e Makefile ]; then ${MAKE} distclean; fi |