From 4efab7eb3c0bc99579f905fcaf879e9ff54aa991 Mon Sep 17 00:00:00 2001 From: niklas Date: Fri, 2 Feb 1996 00:11:23 +0000 Subject: [PATCH] "make -f Makefile.bsd-wrapper config" should *really* config, and never use cached values. The new cvs-version made me notice this. --- gnu/usr.bin/cvs/Makefile.bsd-wrapper | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index a307999949d..24833d47515 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $Id: Makefile.bsd-wrapper,v 1.9 1996/01/30 03:22:47 tholo Exp $ +# $Id: Makefile.bsd-wrapper,v 1.10 1996/02/02 00:11:23 niklas Exp $ MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/cvsinit.8 man/mkmodules.1 @@ -8,6 +8,7 @@ all: config.status .FORCE: .IGNORE config: .FORCE + -rm config.cache sh ${.CURDIR}/configure --prefix=/usr --with-krb4=/usr config.status: -- 2.20.1