artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
699cf07
)
"make -f Makefile.bsd-wrapper config" should *really* config, and
author
niklas
<niklas@openbsd.org>
Fri, 2 Feb 1996 00:11:23 +0000
(
00:11
+0000)
committer
niklas
<niklas@openbsd.org>
Fri, 2 Feb 1996 00:11:23 +0000
(
00:11
+0000)
never use cached values. The new cvs-version made me notice this.
gnu/usr.bin/cvs/Makefile.bsd-wrapper
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/cvs/Makefile.bsd-wrapper
b/gnu/usr.bin/cvs/Makefile.bsd-wrapper
index
a307999
..
24833d4
100644
(file)
--- 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: