From 42757b455137d3a2963a6cceedafe8564a50027c Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 1 Sep 2000 13:48:51 +0000 Subject: Back out the 'make reinstall' change from rev. 1.557: On 'make reinstall', the DEPENDS_TARGET is also set to reinstall, and for pkgs with dependencies this results in all dependencies being removed and reinstalled. --- mk/bsd.pkg.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index b05d7898df9..89a2b48ce24 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.559 2000/08/31 14:29:00 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.560 2000/09/01 13:48:51 hubertf Exp $ # # This file is in the public domain. # @@ -1937,7 +1937,7 @@ checkpatch: # Special target to re-run install .if !target(reinstall) -reinstall: deinstall +reinstall: ${_PKG_SILENT}${_PKG_DEBUG}${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} ${PLIST} ${_PKG_SILENT}${_PKG_DEBUG}DEPENDS_TARGET=${DEPENDS_TARGET} ${MAKE} ${MAKEFLAGS} install .endif -- cgit v1.2.3