summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1999-05-15 15:45:09 +0000
committerkstailey <kstailey@cvs.openbsd.org>1999-05-15 15:45:09 +0000
commit850808bbfba1390de3da9968ba5aec026e0880f6 (patch)
tree25f435c048eeaee7c40c542e7db2dada3514b1cd
parent362968fc304de4a9ab98b6b8cd37eaebf1f5b2f5 (diff)
mention GLOBAL_AUTOCONF_CACHE
-rw-r--r--share/mk/bsd.README6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 6caacb7e1e8..fc1b79e3a39 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.README,v 1.19 1998/12/19 19:07:32 millert Exp $
+# $OpenBSD: bsd.README,v 1.20 1999/05/15 15:45:08 kstailey Exp $
# $NetBSD: bsd.README,v 1.17 1996/04/13 02:08:08 thorpej Exp $
# @(#)bsd.README 5.1 (Berkeley) 5/11/90
@@ -229,6 +229,10 @@ PIPE If set to "-pipe" gcc will be given the -pipe option
to spare. Instead of using temp files, gcc uses pipes
for the temporary data.
+GLOBAL_AUTOCONF_CACHE
+ Set to the name of a file that all cached GNU autoconf
+ test results will be saved in. Reduces redundant tests.
+
bsd.own.mk is generally useful when building your own Makefiles so that
they use the same default owners etc. as the rest of the tree.