summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-12-30 06:45:53 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-12-30 06:45:53 +0000
commit154fcaf6d441659da312941fd171f68cef2f1544 (patch)
treea85a500bd1a51c640689bcd5d2e85c50bec7dd3d /Makefile
parentff44363f24fd4fbe3418a8d9b5978fac0889a394 (diff)
Truncate the autoconf cache, rather than outright deleting it (PR 1488)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8f1949b3e76..89e95fb0e63 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.59 2000/12/12 18:37:12 art Exp $
+# $OpenBSD: Makefile,v 1.60 2000/12/30 06:45:52 angelos Exp $
#
# For more information on building in tricky environments, please see
@@ -74,7 +74,7 @@ afterinstall:
build:
.ifdef GLOBAL_AUTOCONF_CACHE
- rm -f ${GLOBAL_AUTOCONF_CACHE}
+ cp /dev/null ${GLOBAL_AUTOCONF_CACHE}
.endif
(cd ${.CURDIR}/share/mk && ${SUDO} ${MAKE} install)
(cd ${.CURDIR}/include; ${MAKE} prereq; ${SUDO} ${MAKE} includes)