diff options
author | hubertf <hubertf> | 2000-09-01 13:48:51 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-09-01 13:48:51 +0000 |
commit | 773967a3c03f23d357de6dc7af61cf7685c20c37 (patch) | |
tree | 4ec940833db68ecd947e884600f78d031e98d9b3 /mk | |
parent | da4dcf216a91af966148ca2dfc2fd53688bc732d (diff) | |
download | pkgsrc-773967a3c03f23d357de6dc7af61cf7685c20c37.tar.gz |
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.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |