From 154fcaf6d441659da312941fd171f68cef2f1544 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Sat, 30 Dec 2000 06:45:53 +0000 Subject: Truncate the autoconf cache, rather than outright deleting it (PR 1488) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3