diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-12-30 06:45:53 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-12-30 06:45:53 +0000 |
commit | 154fcaf6d441659da312941fd171f68cef2f1544 (patch) | |
tree | a85a500bd1a51c640689bcd5d2e85c50bec7dd3d /Makefile | |
parent | ff44363f24fd4fbe3418a8d9b5978fac0889a394 (diff) |
Truncate the autoconf cache, rather than outright deleting it (PR 1488)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |