[2025] in Kerberos-V5-bugs
distclean should remove config.cache
daemon@ATHENA.MIT.EDU (shields@crosslink.net)
Thu Jun 20 17:08:09 1996
From: shields@crosslink.net
Date: Thu, 20 Jun 1996 17:07:38 -0400
To: krb5-bugs@MIT.EDU
In K5b6, config.cache should be removed on a distclean. I tried to
rerun configure with a different --with-cc after a distclean, and it
failed because of this.
Index: ChangeLog
===================================================================
RCS file: /usr/src/master/kerberos/src/ChangeLog,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 ChangeLog
--- ChangeLog 1996/06/19 21:14:07 1.1.1.2
+++ ChangeLog 1996/06/20 21:05:21
@@ -1,3 +1,7 @@
+Thu Jun 20 21:05:12 1996 Michael Shields <shields@crosslink.net>
+
+ * Makefile.in (distclean): Remove config.cache.
+
Thu Jun 6 00:04:38 1996 Theodore Y. Ts'o <tytso@mit.edu>
* Makefile.in (all-windows): Don't pass $(LIBCMD) on the command
Index: Makefile.in
===================================================================
RCS file: /usr/src/master/kerberos/src/Makefile.in,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 Makefile.in
--- Makefile.in 1996/06/19 21:14:06 1.1.1.2
+++ Makefile.in 1996/06/20 21:04:47
@@ -62,7 +62,7 @@
mostlyclean: clean
distclean: clean
- rm -f Makefile config.status
+ rm -f Makefile config.status config.cache
realclean: distclean
rm -f TAGS